aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's LinuxMarius Strobl2014-02-051-0/+6
* Try to make the style used here consistent.Marius Strobl2014-02-051-12/+3
* Add preliminary support for RTL8168EP.Pyun YongHyeon2013-10-291-0/+1
* Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.Pyun YongHyeon2013-10-291-0/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add preliminary support for RTL8106E PCIe FastEthernet.Pyun YongHyeon2013-10-211-0/+1
* Correct MAC revision bits. Previously it always cleared bit 20 andPyun YongHyeon2013-10-211-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-2/+2
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* Fix build.Gleb Smirnoff2013-02-211-1/+0
* Most other giant locked storage drivers in the tree don't useWarner Losh2013-02-211-5/+0
* Kill now-bogus splhigh() -- it is a nopWarner Losh2013-02-211-1/+0
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent theJohn Baldwin2013-01-281-1/+1
* Add D-Link DFE-520TX rev C1.Pyun YongHyeon2013-01-162-0/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* intpm: add ATI IXP400 pci idAndriy Gapon2012-04-161-0/+3
* intpm: return only SMB bus error codes from SMB methodsAndriy Gapon2012-04-081-3/+3
* intpm: reflect the fact that SB800 and later AMD chipsets are not supportedAndriy Gapon2012-04-081-0/+3
* Use correct Config registers for RTL8139 family. Unlike RTL8168 andPyun YongHyeon2012-02-252-14/+37
* To save more power, switch to 10/100Mbps link when controller isPyun YongHyeon2011-11-231-0/+1
* Make sure to stop TX MAC before freeing queued TX frames.Pyun YongHyeon2011-11-231-16/+19
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-223-13/+4
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.Pyun YongHyeon2011-11-171-0/+1
* Add preliminary support for second generation RTL8105E PCIePyun YongHyeon2011-11-171-0/+1
* Disable PCIe ASPM (Active State Power Management) for allPyun YongHyeon2011-11-161-0/+1
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withPyun YongHyeon2011-11-161-0/+1
* Add preliminary support for RTL8402 PCIe FastEthernet withPyun YongHyeon2011-11-161-0/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-012-201/+52
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* Add new device id of D-Link DGE-530T Rev. C controller. DGE-503TPyun YongHyeon2011-07-301-0/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* 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
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-13/+10
* Rewrite interrupt handler to give fairness for both RX and TX.Pyun YongHyeon2010-10-131-16/+28
* Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handlePyun YongHyeon2010-09-301-66/+42
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-08-241-2/+12