aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vr/if_vrreg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mechanically convert if_vr(4) to IfAPIJustin Hibbits2023-02-061-1/+1
* vr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Convert the if_vr(4) driver model to the interrupt filter model and useRui Paulo2012-05-121-0/+1
* Announce flow control capability to PHY drivers and enable flowPyun YongHyeon2011-11-281-0/+1
* Reuse flag variable to represent driver internal states rather thanPyun YongHyeon2011-11-281-5/+5
* Remove link state change callback handler. There is no need toPyun YongHyeon2011-06-221-1/+0
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-1/+0
* Fix a multicast handling regression on VT6105M introduced inPyun YongHyeon2008-07-161-0/+12
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9Pyun YongHyeon2008-07-161-1/+2
* Teach vr(4) to use bus_dma(9) and major overhauling to handle linkPyun YongHyeon2008-03-111-100/+332
* Add VLAN capability.Poul-Henning Kamp2007-04-231-1/+1
* Remove further cobwebs: Two layers of pointless substructures.Poul-Henning Kamp2007-04-221-33/+4
* Don't rename fields with #define.Poul-Henning Kamp2007-04-221-13/+4
* Run if_vr(4) through FlexeLint and clean some of the cobwebs found.Poul-Henning Kamp2007-04-221-38/+0
* Add support for hw-assisted checksums on 6105M.Poul-Henning Kamp2007-04-171-1/+11
* No need to throw tag+handle around on the stack.Poul-Henning Kamp2007-04-171-15/+7
* Improve the if_vr driver ever so slightly.Poul-Henning Kamp2007-04-171-1/+3
* Whitespace nits.Ruslan Ermilov2006-09-151-1/+1
* Consistently use if_printf() only in interface methods: if_start,Gleb Smirnoff2006-09-151-0/+1
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-6/+0
* - Use callout_*() to manage the callout and make it MPSAFE.John Baldwin2005-10-311-1/+1
* - Use if_printf() and device_printf() and remove vr_unit from the softc.John Baldwin2005-10-271-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add a 'suspended' flag to softc so that we can avoid races on detach.Bruce M Simpson2004-07-091-0/+1
* - Rewritten TX to use only two pointers to track producer/consumer.Ruslan Ermilov2004-04-051-3/+5
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Add deviceids for 6105 and 6105M chips. Further changes will be necessaryMike Silbersack2003-02-011-0/+2
* Switch the if_vr driver from using our generic MII routines over toMike Silbersack2003-02-011-0/+4
* Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardsMike Silbersack2003-01-311-0/+3
* Import some relevant changes from Via's if_fet driver:Mike Silbersack2002-11-251-0/+19
* Improve handling of TX errors. Early reports indicate that thisMike Silbersack2002-08-151-0/+3
* Make sure to set both sets of registers which control the RX and TX bufferMike Silbersack2002-07-311-0/+40
* Close PR 22208: bring chip out of suspend mode, because Windows mightBill Paul2001-05-141-0/+8
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+4
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.Bill Paul2000-07-051-0/+1
* Convert the VIA Rhine driver to miibus.Bill Paul1999-09-191-136/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul1999-08-101-1/+5
* Tweak the Macronix driver to hopefully make it more reliable:Bill Paul1999-05-061-2/+2
* Add support for still more cheapo 10/100 cards: Delta Electronics andBill Paul1999-02-231-4/+24
* Tweak the vr_start() and vr_rxeof() routines a little to improveBill Paul1999-01-101-2/+3
* An early Christmas present: add driver support for a whole bunch ofBill Paul1998-12-041-0/+615