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