summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge/if_vge.c
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong assertion.yongari2009-12-251-2/+0
* Disable jumbo frame support for PCIe VT6130/VT6132 controllers.yongari2009-12-201-3/+12
* Add rudimentary WOL support. While I'm here remove enablingyongari2009-12-181-17/+189
* Actually clear interrupts. Writing 0 has no effect.yongari2009-12-171-1/+1
* Implement interrupt moderation scheme supported by VT61xxyongari2009-12-171-78/+85
* Add "Velocity" to probe message which will make it clearer whichyongari2009-12-161-1/+1
* Add new flag VGE_FLAG_SUSPENDED to mark suspended state andyongari2009-12-161-9/+5
* Add hardware MAC statistics support. This statistics could beyongari2009-12-161-2/+236
* Rewrite RX filter setup and simplify code.yongari2009-12-161-57/+44
* All vge(4) controllers support RX/TX checksum offloading for VLANyongari2009-12-161-6/+33
* Tell upper layer vge(4) supports long frames. This should be doneyongari2009-12-141-1/+3
* Don't report current link status if interface is not UP.yongari2009-12-141-0/+4
* Report media change result to caller instead of returning successyongari2009-12-141-2/+3
* Whenever link state change interrupt is raised, vge_tick() isyongari2009-12-141-4/+4
* Sort function prototyes.yongari2009-12-141-48/+44
* We don't have to reload EEPROM in vge_reset(). Because vge_reset()yongari2009-12-141-17/+17
* Increase output queue size from 64 to 255.yongari2009-12-141-2/+2
* Add MSI support for VT613x controllers.yongari2009-12-141-5/+24
* Save PHY address by reading VGE_MIICFG register. For PCIeyongari2009-12-141-4/+19
* Introduce vge_flags member in softc. The vge_flags member willyongari2009-12-141-6/+5
* style(9).yongari2009-12-141-105/+105
* s/u_intXX_t/uintXX_t/gyongari2009-12-141-9/+9
* Remove unnecessary return statement.yongari2009-12-141-22/+0
* Use ANSI function definations.yongari2009-12-141-95/+38
* Clear VGE_TXDESC_Q bit for transmitted frames. The VGE_TXDESC_Q bityongari2009-12-141-1/+4
* Use PCIR_BAR instead of hard-coded value.yongari2009-12-141-5/+2
* Overhaul bus_dma(9) usage and fix various things.yongari2009-12-141-642/+763
* Prefer bus_alloc_resource_any(9) to bus_alloc_resource(9).yongari2009-12-141-4/+4
* Fix spelling in comment.yongari2009-12-141-3/+3
* Prefer device_printf(9) to printf(9).yongari2009-12-141-5/+4
* Remove register keyword.yongari2009-12-141-3/+3
* Remove driver lock assertion in MII register access. This changeyongari2009-12-121-2/+0
* Several fixes to this driver:jhb2009-11-191-80/+79
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-171-3/+0
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-061-9/+6
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-5/+7
* Remove unused variable.brueffer2009-05-121-2/+0
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Fix Rx/Tx checksum offload ioctl handling. Now checksum offloadyongari2008-11-131-7/+9
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Complete the support for altq(4).brueffer2007-02-211-1/+3
* 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
OpenPOWER on IntegriCloud