aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vge
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-033-3/+3
* MFC (by ru)Xin LI2005-10-091-1/+2
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-071-54/+55
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-10/+10
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-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