aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vge
Commit message (Expand)AuthorAgeFilesLines
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* 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
* Complete the support for altq(4).Christian Brueffer2007-02-211-1/+3
* Fix the hardware VLAN tagging. TX was broken on little-endianRuslan Ermilov2006-11-301-2/+7
* Remove pre-5.3 compatibility ifdefs.Christian Brueffer2006-11-291-61/+0
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-8/+5
* Add locking to vge_ifmedia_upd().Michael Reifenberger2006-09-041-0/+2
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+5
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-54/+51
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-2/+2
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Move if_alloc() up so it's before mii_phy_probe().Brooks Davis2005-06-111-6/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-16/+22
* Remove some variables the last commit stopped using so the code compiles.Brooks Davis2005-06-061-2/+0
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-052-21/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Remove the extra EEPROM reload step I added before. vge_reset()Bill Paul2005-04-251-2/+0
* Correct the if_link_state_change() logic: when the link went down,Bill Paul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workBill Paul2005-04-251-0/+11
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.Gleb Smirnoff2005-02-071-9/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Remove unneeded TX channel wakeup from vge_txeof(). This was putBill Paul2004-09-111-1/+0
* Remove unneeded VGE_UNLOCK() in vge_detach().Bill Paul2004-09-111-1/+0
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-103-0/+3316