summaryrefslogtreecommitdiffstats
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-012-206/+50
* Prefer KOBJMETHOD_END.marius2011-10-091-2/+1
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-4/+4
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-3/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+9
* Fix build breakage introduced in r212972.yongari2010-09-221-2/+0
* Remove unnecessary controller reinitialization.yongari2010-09-211-3/+16
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* 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-7/+13
* Use m_collapse(9) to collapse mbuf chains instead of relying onyongari2008-01-181-1/+1
* Implement WOL capability.yongari2008-01-142-11/+54
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* If we've got watchdog timeouts try to get more packets going afteryongari2007-05-011-0/+2
* Honor link up/down state in stge_start().yongari2007-05-012-24/+20
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-05-012-11/+17
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-6/+6
* Fix invalid reference of mbuf chains.yongari2006-08-121-13/+13
* Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernetyongari2006-07-252-0/+3395
OpenPOWER on IntegriCloud