aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vge
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong assertion.Pyun YongHyeon2009-12-251-2/+0
* Disable jumbo frame support for PCIe VT6130/VT6132 controllers.Pyun YongHyeon2009-12-202-3/+13
* VT6130 datasheet was wrong. If VT6130 receive a jumbo frame thePyun YongHyeon2009-12-201-1/+1
* Correct fragment bit definition in comments.Pyun YongHyeon2009-12-201-2/+2
* Swap VGE_TXQTIMER and VGE_RXQTIMER register definition. PendingPyun YongHyeon2009-12-191-2/+2
* Add rudimentary WOL support. While I'm here remove enablingPyun YongHyeon2009-12-183-17/+227
* Remove unused member variable of softc.Pyun YongHyeon2009-12-171-1/+0
* Actually clear interrupts. Writing 0 has no effect.Pyun YongHyeon2009-12-171-1/+1
* Implement interrupt moderation scheme supported by VT61xxPyun YongHyeon2009-12-173-80/+103
* Remove unused VGE_ETHER_ALIGN definition.Pyun YongHyeon2009-12-171-6/+0
* Add "Velocity" to probe message which will make it clearer whichPyun YongHyeon2009-12-161-1/+1
* Add new flag VGE_FLAG_SUSPENDED to mark suspended state andPyun YongHyeon2009-12-162-11/+6
* Add hardware MAC statistics support. This statistics could bePyun YongHyeon2009-12-163-3/+322
* Rewrite RX filter setup and simplify code.Pyun YongHyeon2009-12-161-57/+44
* All vge(4) controllers support RX/TX checksum offloading for VLANPyun YongHyeon2009-12-161-6/+33
* Tell upper layer vge(4) supports long frames. This should be donePyun YongHyeon2009-12-141-1/+3
* Don't report current link status if interface is not UP.Pyun YongHyeon2009-12-141-0/+4
* Report media change result to caller instead of returning successPyun YongHyeon2009-12-141-2/+3
* Whenever link state change interrupt is raised, vge_tick() isPyun YongHyeon2009-12-141-4/+4
* Sort function prototyes.Pyun YongHyeon2009-12-141-48/+44
* We don't have to reload EEPROM in vge_reset(). Because vge_reset()Pyun YongHyeon2009-12-141-17/+17
* Increase output queue size from 64 to 255.Pyun YongHyeon2009-12-142-4/+2
* Add MSI support for VT613x controllers.Pyun YongHyeon2009-12-142-5/+25
* Save PHY address by reading VGE_MIICFG register. For PCIePyun YongHyeon2009-12-142-4/+22
* Introduce vge_flags member in softc. The vge_flags member willPyun YongHyeon2009-12-142-7/+7
* style(9).Pyun YongHyeon2009-12-141-105/+105
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2009-12-142-10/+10
* Remove unnecessary return statement.Pyun YongHyeon2009-12-141-22/+0
* Use ANSI function definations.Pyun YongHyeon2009-12-141-95/+38
* Clear VGE_TXDESC_Q bit for transmitted frames. The VGE_TXDESC_Q bitPyun YongHyeon2009-12-141-1/+4
* Fix typo in register definition.Pyun YongHyeon2009-12-141-4/+4
* Use PCIR_BAR instead of hard-coded value.Pyun YongHyeon2009-12-141-5/+2
* Overhaul bus_dma(9) usage and fix various things.Pyun YongHyeon2009-12-143-697/+845
* Prefer bus_alloc_resource_any(9) to bus_alloc_resource(9).Pyun YongHyeon2009-12-141-4/+4
* Fix spelling in comment.Pyun YongHyeon2009-12-141-3/+3
* Prefer device_printf(9) to printf(9).Pyun YongHyeon2009-12-141-5/+4
* Remove register keyword.Pyun YongHyeon2009-12-141-3/+3
* Remove driver lock assertion in MII register access. This changePyun YongHyeon2009-12-121-2/+0
* Several fixes to this driver:John Baldwin2009-11-192-81/+81
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-172-12/+7
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-062-10/+6
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-5/+7
* Remove unused variable.Christian Brueffer2009-05-121-2/+0
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Fix Rx/Tx checksum offload ioctl handling. Now checksum offloadPyun YongHyeon2008-11-131-7/+9
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Complete the support for altq(4).Christian Brueffer2007-02-211-1/+3