summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge/if_vgevar.h
Commit message (Expand)AuthorAgeFilesLines
* Disable jumbo frame support for PCIe VT6130/VT6132 controllers.yongari2009-12-201-0/+1
* VT6130 datasheet was wrong. If VT6130 receive a jumbo frame theyongari2009-12-201-1/+1
* Add rudimentary WOL support. While I'm here remove enablingyongari2009-12-181-0/+2
* Remove unused member variable of softc.yongari2009-12-171-1/+0
* Implement interrupt moderation scheme supported by VT61xxyongari2009-12-171-0/+17
* Remove unused VGE_ETHER_ALIGN definition.yongari2009-12-171-6/+0
* Add new flag VGE_FLAG_SUSPENDED to mark suspended state andyongari2009-12-161-2/+1
* Add hardware MAC statistics support. This statistics could beyongari2009-12-161-0/+37
* Increase output queue size from 64 to 255.yongari2009-12-141-2/+0
* Add MSI support for VT613x controllers.yongari2009-12-141-0/+1
* Save PHY address by reading VGE_MIICFG register. For PCIeyongari2009-12-141-0/+3
* Introduce vge_flags member in softc. The vge_flags member willyongari2009-12-141-1/+2
* s/u_intXX_t/uintXX_t/gyongari2009-12-141-1/+1
* Overhaul bus_dma(9) usage and fix various things.yongari2009-12-141-46/+75
* Several fixes to this driver:jhb2009-11-191-1/+2
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-171-9/+7
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-061-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* The PCI bus code saves/restores these config registers now.imp2005-06-051-6/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+174
OpenPOWER on IntegriCloud