summaryrefslogtreecommitdiff
path: root/sys/dev/vge/if_vgevar.h
Commit message (Expand)AuthorAgeFilesLines
* vge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Disable jumbo frame support for PCIe VT6130/VT6132 controllers.Pyun YongHyeon2009-12-201-0/+1
* VT6130 datasheet was wrong. If VT6130 receive a jumbo frame thePyun YongHyeon2009-12-201-1/+1
* Add rudimentary WOL support. While I'm here remove enablingPyun YongHyeon2009-12-181-0/+2
* Remove unused member variable of softc.Pyun YongHyeon2009-12-171-1/+0
* Implement interrupt moderation scheme supported by VT61xxPyun YongHyeon2009-12-171-0/+17
* Remove unused VGE_ETHER_ALIGN definition.Pyun YongHyeon2009-12-171-6/+0
* Add new flag VGE_FLAG_SUSPENDED to mark suspended state andPyun YongHyeon2009-12-161-2/+1
* Add hardware MAC statistics support. This statistics could bePyun YongHyeon2009-12-161-0/+37
* Increase output queue size from 64 to 255.Pyun YongHyeon2009-12-141-2/+0
* Add MSI support for VT613x controllers.Pyun YongHyeon2009-12-141-0/+1
* Save PHY address by reading VGE_MIICFG register. For PCIePyun YongHyeon2009-12-141-0/+3
* Introduce vge_flags member in softc. The vge_flags member willPyun YongHyeon2009-12-141-1/+2
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2009-12-141-1/+1
* Overhaul bus_dma(9) usage and fix various things.Pyun YongHyeon2009-12-141-46/+75
* Several fixes to this driver:John Baldwin2009-11-191-1/+2
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-171-9/+7
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-061-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-051-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-101-0/+174