summaryrefslogtreecommitdiff
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* Merge r254263:Scott Long2013-08-131-2/+2
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-2/+1
* MFC: r226995, r227042Marius Strobl2011-11-062-206/+50
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-4/+4
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-3/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-4/+9
* Fix build breakage introduced in r212972.Pyun YongHyeon2010-09-221-2/+0
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-09-211-3/+16
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-012-14/+0
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-7/+13
* Use m_collapse(9) to collapse mbuf chains instead of relying onPyun YongHyeon2008-01-181-1/+1
* Implement WOL capability.Pyun YongHyeon2008-01-142-11/+54
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* If we've got watchdog timeouts try to get more packets going afterPyun YongHyeon2007-05-011-0/+2
* Honor link up/down state in stge_start().Pyun YongHyeon2007-05-012-24/+20
* Use our own timer for watchdog instead of if_watchdog/if_timerPyun YongHyeon2007-05-012-11/+17
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-6/+6
* Fix invalid reference of mbuf chains.Pyun YongHyeon2006-08-121-13/+13
* Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit EthernetPyun YongHyeon2006-07-252-0/+3395