| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r295735: | yongari | 2017-01-18 | 1 | -1/+1 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 1 | -1/+1 |
* | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | marius | 2011-11-01 | 2 | -206/+50 |
* | Prefer KOBJMETHOD_END. | marius | 2011-10-09 | 1 | -2/+1 |
* | Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-11 | 1 | -4/+4 |
* | o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control | marius | 2010-11-14 | 1 | -3/+3 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -4/+9 |
* | Fix build breakage introduced in r212972. | yongari | 2010-09-22 | 1 | -2/+0 |
* | Remove unnecessary controller reinitialization. | yongari | 2010-09-21 | 1 | -3/+16 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-01 | 2 | -14/+0 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -2/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -7/+13 |
* | Use m_collapse(9) to collapse mbuf chains instead of relying on | yongari | 2008-01-18 | 1 | -1/+1 |
* | Implement WOL capability. | yongari | 2008-01-14 | 2 | -11/+54 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | If we've got watchdog timeouts try to get more packets going after | yongari | 2007-05-01 | 1 | -0/+2 |
* | Honor link up/down state in stge_start(). | yongari | 2007-05-01 | 2 | -24/+20 |
* | Use our own timer for watchdog instead of if_watchdog/if_timer | yongari | 2007-05-01 | 2 | -11/+17 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -1/+1 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -6/+6 |
* | Fix invalid reference of mbuf chains. | yongari | 2006-08-12 | 1 | -13/+13 |
* | Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernet | yongari | 2006-07-25 | 2 | -0/+3395 |