aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* 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