summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC r263957:yongari2014-04-141-1/+1
* MFC: r261531marius2014-02-231-0/+6
* MFC: r261529marius2014-02-231-12/+3
* MFC r257306:yongari2013-11-041-0/+1
* MFC r257305:yongari2013-11-041-0/+3
* MFC r256828:yongari2013-11-041-0/+1
* r256827:yongari2013-11-041-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-2/+2
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Fix build.glebius2013-02-211-1/+0
* Most other giant locked storage drivers in the tree don't useimp2013-02-211-5/+0
* Kill now-bogus splhigh() -- it is a nopimp2013-02-211-1/+0
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+1
* Add D-Link DFE-520TX rev C1.yongari2013-01-162-0/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* intpm: add ATI IXP400 pci idavg2012-04-161-0/+3
* intpm: return only SMB bus error codes from SMB methodsavg2012-04-081-3/+3
* intpm: reflect the fact that SB800 and later AMD chipsets are not supportedavg2012-04-081-0/+3
* Use correct Config registers for RTL8139 family. Unlike RTL8168 andyongari2012-02-252-14/+37
* To save more power, switch to 10/100Mbps link when controller isyongari2011-11-231-0/+1
* Make sure to stop TX MAC before freeing queued TX frames.yongari2011-11-231-16/+19
* - There's no need to overwrite the default device method with the defaultmarius2011-11-223-13/+4
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.yongari2011-11-171-0/+1
* Add preliminary support for second generation RTL8105E PCIeyongari2011-11-171-0/+1
* Disable PCIe ASPM (Active State Power Management) for allyongari2011-11-161-0/+1
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withyongari2011-11-161-0/+1
* Add preliminary support for RTL8402 PCIe FastEthernet withyongari2011-11-161-0/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-012-201/+52
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Add new device id of D-Link DGE-530T Rev. C controller. DGE-503Tyongari2011-07-301-0/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* Add initial support for RTL8401E PCIe Fast Ethernet.yongari2011-02-161-0/+1
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsyongari2011-01-261-0/+1
* Do not use interrupt taskqueue on controllers with MSI/MSI-Xyongari2011-01-261-0/+10
* Remove TX taskqueue and directly invoke re_start in interrupt task.yongari2011-01-251-1/+0
* Prefer MSI-X to MSI on controllers that support MSI-X. Allyongari2011-01-251-0/+2
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.yongari2011-01-181-3/+3
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIeyongari2011-01-171-5/+16
* Add initial support for RTL8168E/8111E-VL PCIe GbE.yongari2011-01-171-0/+1
* Implement TSO on RealTek RTL8168/8111 C or later controllers.yongari2011-01-101-0/+2
* Remove standard PCI configuration space register definitions.yongari2010-11-081-35/+0
* Remove trailing white spaces.yongari2010-11-081-7/+7
* Consistently use tab character instead of using space character.yongari2010-11-081-500/+500
* Follow the lead of vendor's interrupt moderation mechanism.yongari2010-11-081-1/+2
* Add simple MAC statistics counter reading support. Unfortunatelyyongari2010-11-051-9/+7
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-13/+10
* Rewrite interrupt handler to give fairness for both RX and TX.yongari2010-10-131-16/+28
* Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handleyongari2010-09-301-66/+42
* Remove unnecessary controller reinitialization.yongari2010-08-241-2/+12
OpenPOWER on IntegriCloud