summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* It seems some newer RTL8139 controllers provides only memory spaceyongari2010-08-221-23/+27
* Implement WOL. WOL is supported on RTL8139B or newer controllers.yongari2010-07-191-2/+139
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* 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 support for four more nfsmb controllers, shipping on at least thegavin2010-01-241-0/+12
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* intpm/sb700: force polling mode if configured interrupt is SMIavg2009-09-191-0/+6
* intpm: add support for smbus controller found in AMD SB700avg2009-09-122-13/+43
* 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
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-10/+17
* For RTL8139C+ controllers, have controller handle padding shortyongari2009-04-201-0/+1
* intpm: minor enhancementsavg2009-03-161-8/+8
* The callback takes a void *, not a caddr_t * (sic).imp2009-03-031-2/+2
* Allocating 2 MSI messages do not seem to work on certain controllersyongari2009-02-111-1/+1
* Destroy TX tag outside of loop scope.fjoe2009-02-091-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
* Since we don't request reset for rlphy(4), the link state 'UP'yongari2008-12-221-0/+2
* 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
* By default assume a 8139 chip if the EEPROM contents prove inconclusive. Thewilko2008-12-151-3/+9
* 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
* Update if_iqdrops instead of if_ierrors when m_devget(9) fails.yongari2008-12-031-7/+4
* Add 8168D support.yongari2008-12-021-0/+1
OpenPOWER on IntegriCloud