aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/stge
Commit message (Expand)AuthorAgeFilesLines
* MFC if_stge.c rev 1.12 to RELENG_7.Pyun YongHyeon2008-04-111-1/+1
* MFC if_stge.c rev 1.11, if_stgereg.h rev 1.4 to RELENG_7.Pyun YongHyeon2008-04-112-11/+54
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-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