summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge
Commit message (Expand)AuthorAgeFilesLines
* Fix the hardware VLAN tagging. TX was broken on little-endianru2006-11-301-2/+7
* Remove pre-5.3 compatibility ifdefs.brueffer2006-11-291-61/+0
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-8/+5
* Add locking to vge_ifmedia_upd().mr2006-09-041-0/+2
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+5
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-54/+51
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-2/+2
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-10/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-111-6/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-16/+22
* Remove some variables the last commit stopped using so the code compiles.brooks2005-06-061-2/+0
* The PCI bus code saves/restores these config registers now.imp2005-06-052-21/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Remove the extra EEPROM reload step I added before. vge_reset()wpaul2005-04-251-2/+0
* Correct the if_link_state_change() logic: when the link went down,wpaul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workwpaul2005-04-251-0/+11
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-1/+1
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.glebius2005-02-071-9/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Remove unneeded TX channel wakeup from vge_txeof(). This was putwpaul2004-09-111-1/+0
* Remove unneeded VGE_UNLOCK() in vge_detach().wpaul2004-09-111-1/+0
* Add device driver support for the VIA Networking Technologieswpaul2004-09-103-0/+3316
OpenPOWER on IntegriCloud