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