| Commit message (Expand) | Author | Age | Files | Lines |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -10/+17 |
* | For RTL8139C+ controllers, have controller handle padding short | yongari | 2009-04-20 | 1 | -0/+1 |
* | intpm: minor enhancements | avg | 2009-03-16 | 1 | -8/+8 |
* | The callback takes a void *, not a caddr_t * (sic). | imp | 2009-03-03 | 1 | -2/+2 |
* | Allocating 2 MSI messages do not seem to work on certain controllers | yongari | 2009-02-11 | 1 | -1/+1 |
* | Destroy TX tag outside of loop scope. | fjoe | 2009-02-09 | 1 | -1/+1 |
* | - Add support for 8110SCe part. Some magic registers were taken from | jkim | 2009-01-20 | 1 | -4/+4 |
* | Retire RL_FLAG_INVMAR bit to match its comment and reality. | jkim | 2009-01-20 | 1 | -1/+0 |
* | Sometimes RTL8168B seems to take long time to access GMII registers | yongari | 2009-01-19 | 1 | -0/+1 |
* | Since we don't request reset for rlphy(4), the link state 'UP' | yongari | 2008-12-22 | 1 | -0/+2 |
* | It seems that RealTek PCIe controllers require an explicit Tx poll | yongari | 2008-12-17 | 1 | -0/+1 |
* | For RTL8168C SPIN2 controllers, make sure to take the controller | yongari | 2008-12-17 | 1 | -0/+3 |
* | By default assume a 8139 chip if the EEPROM contents prove inconclusive. The | wilko | 2008-12-15 | 1 | -3/+9 |
* | Make WOL work on RTL8168B. This controller seems to require | yongari | 2008-12-11 | 1 | -0/+1 |
* | Don't access undocumented register 0x82 on controllers that | yongari | 2008-12-11 | 1 | -0/+2 |
* | Newer RealTek controllers requires setting stop request bit to | yongari | 2008-12-11 | 1 | -0/+2 |
* | o Implemented miibus_statchg handler. It detects whether re(4) | yongari | 2008-12-08 | 1 | -0/+1 |
* | Update if_iqdrops instead of if_ierrors when m_devget(9) fails. | yongari | 2008-12-03 | 1 | -7/+4 |
* | Add 8168D support. | yongari | 2008-12-02 | 1 | -0/+1 |
* | Move mn over. One of the last stragglers in sys/pci. There's no | imp | 2008-11-02 | 1 | -1450/+0 |
* | Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option. | imp | 2008-11-02 | 2 | -26/+33 |
* | Fix a few typos/spelling errors in my comments from the last commit, | imp | 2008-11-01 | 1 | -7/+7 |
* | Add RL_TWISTER_ENABLE option. This enables the magic bits to do long | imp | 2008-10-31 | 2 | -2/+165 |
* | Implement miibus_statchg handler. It detects whether rl(4) | yongari | 2008-10-25 | 1 | -0/+34 |
* | After sending stop command to MAC, give hardware chance to drain | yongari | 2008-10-25 | 1 | -0/+8 |
* | Make rl_init_locked() call rl_reset. This will put hardware into | yongari | 2008-10-25 | 1 | -7/+4 |
* | Don't rearm watchdog timer in rl_txeof(). The watchdog timer was | yongari | 2008-10-25 | 1 | -2/+0 |
* | Various bus_dma(9) fixes. | yongari | 2008-10-25 | 2 | -120/+256 |
* | Move wb driver from sys/pci to sys/dev/wb. | imp | 2008-08-14 | 2 | -2312/+0 |
* | Move pcn driver from sys/pci to sys/dev/pcn. | imp | 2008-08-14 | 2 | -2057/+0 |
* | Move the ste driver from sys/pci to sys/dev/ste. | imp | 2008-08-14 | 2 | -2302/+0 |
* | Move the tl driver form sys/pci to sys/dev/tl. | imp | 2008-08-14 | 2 | -2955/+0 |
* | Move sis to sys/dev/sis for consistency. | imp | 2008-08-10 | 2 | -2802/+0 |
* | Move the xl driver form sys/pci to sys/dev/xl for consistency. | imp | 2008-08-10 | 2 | -4112/+0 |
* | Add locking to the various iicbus(4) bridge drivers: | jhb | 2008-08-04 | 1 | -0/+1 |
* | The number of bits reserved for MSS in RealTek controllers is | yongari | 2008-08-04 | 1 | -0/+8 |
* | Set all of the "optimum performance" PHY registers for the 15D parts as | jhb | 2008-07-30 | 1 | -10/+8 |
* | SIS_SETBIT() already does a read/modify/write operation, so there isn't | jhb | 2008-07-30 | 1 | -2/+1 |
* | Add driver support for RTL8102E and RTL8102EL which is the second | yongari | 2008-07-09 | 1 | -0/+2 |
* | Add a new RTL8169 variant, 8169SB(L)/8110SB(L). | yongari | 2008-07-02 | 1 | -0/+1 |
* | Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP. | yongari | 2008-07-02 | 1 | -0/+24 |
* | Instead of allocating variables for each events/hardware flags, use | yongari | 2008-07-02 | 1 | -2/+6 |
* | Switch to memory space register mapping over IO space. If that | yongari | 2008-07-02 | 1 | -0/+2 |
* | Add support for VT8237 ISA bridge. | gonzo | 2008-06-22 | 1 | -0/+7 |
* | Add the SMB functionality for the MCP65 chipset I happen to | joerg | 2008-06-18 | 1 | -0/+3 |
* | Add another 8139D variant. | remko | 2008-06-16 | 2 | -0/+3 |
* | - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle | jhb | 2008-06-06 | 5 | -33/+13 |
* | Remove unused 'xl_unit' member from softc. | jhb | 2008-05-28 | 2 | -2/+0 |
* | - Set sc->dev to the new-bus device_t so all the device_printf()s work. | jhb | 2008-05-12 | 1 | -1/+3 |
* | It seems that RealTek 8129/8139 chip reports invalid length of | yongari | 2008-04-10 | 1 | -3/+5 |