summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
Commit message (Expand)AuthorAgeFilesLines
* Consistently use capital letters.yongari2010-04-091-2/+2
* Add preliminary support for 8168E/8111E PCIe controller.yongari2010-04-091-0/+3
* Add initial support for RTL8103E PCIe fastethernet.yongari2010-01-271-0/+1
* Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" toyongari2009-08-241-0/+1
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.avatar2009-07-141-0/+1
* For RTL8139C+ controllers, have controller handle padding shortyongari2009-04-201-0/+1
* Allocating 2 MSI messages do not seem to work on certain controllersyongari2009-02-111-1/+1
* - Add support for 8110SCe part. Some magic registers were taken fromjkim2009-01-201-4/+4
* Retire RL_FLAG_INVMAR bit to match its comment and reality.jkim2009-01-201-1/+0
* Sometimes RTL8168B seems to take long time to access GMII registersyongari2009-01-191-0/+1
* It seems that RealTek PCIe controllers require an explicit Tx pollyongari2008-12-171-0/+1
* For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-171-0/+3
* Make WOL work on RTL8168B. This controller seems to requireyongari2008-12-111-0/+1
* Don't access undocumented register 0x82 on controllers thatyongari2008-12-111-0/+2
* Newer RealTek controllers requires setting stop request bit toyongari2008-12-111-0/+2
* o Implemented miibus_statchg handler. It detects whether re(4)yongari2008-12-081-0/+1
* Add 8168D support.yongari2008-12-021-0/+1
* Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.imp2008-11-021-4/+1
* Add RL_TWISTER_ENABLE option. This enables the magic bits to do longimp2008-10-311-0/+30
* Various bus_dma(9) fixes.yongari2008-10-251-2/+9
* The number of bits reserved for MSS in RealTek controllers isyongari2008-08-041-0/+8
* Add driver support for RTL8102E and RTL8102EL which is the secondyongari2008-07-091-0/+2
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).yongari2008-07-021-0/+1
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.yongari2008-07-021-0/+24
* Instead of allocating variables for each events/hardware flags, useyongari2008-07-021-2/+6
* Switch to memory space register mapping over IO space. If thatyongari2008-07-021-0/+2
* Add another 8139D variant.remko2008-06-161-0/+1
* Padding more bytes than necessary one broke another variants ofyongari2008-03-311-0/+6
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-231-0/+1
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-0/+2
* Implement WOL.yongari2008-03-031-1/+39
* Overhaul re(4).yongari2008-01-151-23/+37
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-081-0/+1
* Add the FNW3603TX Planex NIC.remko2007-11-261-0/+5
* Add MSI support.yongari2007-07-241-2/+5
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-0/+2
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-181-0/+1
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-1/+1
* if_watchdog -> rl_watchdogru2006-12-011-0/+1
* Add TSO support.yongari2006-11-211-0/+1
* Use #ifndef __NO_STRICT_ALIGNMENT rather thanyongari2006-11-211-1/+1
* Another small update to the re(4) driver:wpaul2006-08-011-0/+8
* Fix the following bugs in re(4)wpaul2006-07-301-19/+19
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-281-1/+2
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-17/+68
* Rename device name in the last commit. According to PR, the ID isglebius2006-05-241-2/+2
* Add support for RTL8111B chip, that can be found on some mainboards,glebius2006-03-221-0/+2
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-141-2/+17
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-2/+1
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.tobez2005-08-051-0/+5
OpenPOWER on IntegriCloud