aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_rlreg.h
Commit message (Expand)AuthorAgeFilesLines
* Add new device id of D-Link DGE-530T Rev. C controller. DGE-503TPyun YongHyeon2011-07-301-0/+1
* Add initial support for RTL8401E PCIe Fast Ethernet.Pyun YongHyeon2011-02-161-0/+1
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsPyun YongHyeon2011-01-261-0/+1
* Do not use interrupt taskqueue on controllers with MSI/MSI-XPyun YongHyeon2011-01-261-0/+10
* Remove TX taskqueue and directly invoke re_start in interrupt task.Pyun YongHyeon2011-01-251-1/+0
* Prefer MSI-X to MSI on controllers that support MSI-X. AllPyun YongHyeon2011-01-251-0/+2
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.Pyun YongHyeon2011-01-181-3/+3
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIePyun YongHyeon2011-01-171-5/+16
* Add initial support for RTL8168E/8111E-VL PCIe GbE.Pyun YongHyeon2011-01-171-0/+1
* Implement TSO on RealTek RTL8168/8111 C or later controllers.Pyun YongHyeon2011-01-101-0/+2
* Remove standard PCI configuration space register definitions.Pyun YongHyeon2010-11-081-35/+0
* Remove trailing white spaces.Pyun YongHyeon2010-11-081-7/+7
* Consistently use tab character instead of using space character.Pyun YongHyeon2010-11-081-500/+500
* Follow the lead of vendor's interrupt moderation mechanism.Pyun YongHyeon2010-11-081-1/+2
* Add simple MAC statistics counter reading support. UnfortunatelyPyun YongHyeon2010-11-051-9/+7
* Consistently use capital letters.Pyun YongHyeon2010-04-091-2/+2
* Add preliminary support for 8168E/8111E PCIe controller.Pyun YongHyeon2010-04-091-0/+3
* Add initial support for RTL8103E PCIe fastethernet.Pyun YongHyeon2010-01-271-0/+1
* Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" toPyun YongHyeon2009-08-241-0/+1
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.Tai-hwa Liang2009-07-141-0/+1
* For RTL8139C+ controllers, have controller handle padding shortPyun YongHyeon2009-04-201-0/+1
* Allocating 2 MSI messages do not seem to work on certain controllersPyun YongHyeon2009-02-111-1/+1
* - Add support for 8110SCe part. Some magic registers were taken fromJung-uk Kim2009-01-201-4/+4
* Retire RL_FLAG_INVMAR bit to match its comment and reality.Jung-uk Kim2009-01-201-1/+0
* Sometimes RTL8168B seems to take long time to access GMII registersPyun YongHyeon2009-01-191-0/+1
* It seems that RealTek PCIe controllers require an explicit Tx pollPyun YongHyeon2008-12-171-0/+1
* For RTL8168C SPIN2 controllers, make sure to take the controllerPyun YongHyeon2008-12-171-0/+3
* Make WOL work on RTL8168B. This controller seems to requirePyun YongHyeon2008-12-111-0/+1
* Don't access undocumented register 0x82 on controllers thatPyun YongHyeon2008-12-111-0/+2
* Newer RealTek controllers requires setting stop request bit toPyun YongHyeon2008-12-111-0/+2
* o Implemented miibus_statchg handler. It detects whether re(4)Pyun YongHyeon2008-12-081-0/+1
* Add 8168D support.Pyun YongHyeon2008-12-021-0/+1
* Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.Warner Losh2008-11-021-4/+1
* Add RL_TWISTER_ENABLE option. This enables the magic bits to do longWarner Losh2008-10-311-0/+30
* Various bus_dma(9) fixes.Pyun YongHyeon2008-10-251-2/+9
* The number of bits reserved for MSS in RealTek controllers isPyun YongHyeon2008-08-041-0/+8
* Add driver support for RTL8102E and RTL8102EL which is the secondPyun YongHyeon2008-07-091-0/+2
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).Pyun YongHyeon2008-07-021-0/+1
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.Pyun YongHyeon2008-07-021-0/+24
* Instead of allocating variables for each events/hardware flags, usePyun YongHyeon2008-07-021-2/+6
* Switch to memory space register mapping over IO space. If thatPyun YongHyeon2008-07-021-0/+2
* Add another 8139D variant.Remko Lodder2008-06-161-0/+1
* Padding more bytes than necessary one broke another variants ofPyun YongHyeon2008-03-311-0/+6
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2Pyun YongHyeon2008-03-231-0/+1
* Don't allow jumbo frame on 8139C+ controller.Pyun YongHyeon2008-03-031-0/+2
* Implement WOL.Pyun YongHyeon2008-03-031-1/+39
* Overhaul re(4).Pyun YongHyeon2008-01-151-23/+37
* Add another RTL8168 revision 3 which is found on RTL8111-GR GigabitPyun YongHyeon2007-12-081-0/+1
* Add the FNW3603TX Planex NIC.Remko Lodder2007-11-261-0/+5
* Add MSI support.Pyun YongHyeon2007-07-241-2/+5