summaryrefslogtreecommitdiff
path: root/sys/dev/vr/if_vrreg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert if_vr(4) to IfAPIJustin Hibbits
2020-09-01vr: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2012-05-12Convert the if_vr(4) driver model to the interrupt filter model and useRui Paulo
2011-11-28Announce flow control capability to PHY drivers and enable flowPyun YongHyeon
2011-11-28Reuse flag variable to represent driver internal states rather thanPyun YongHyeon
2011-06-22Remove link state change callback handler. There is no need toPyun YongHyeon
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2008-07-16Fix a multicast handling regression on VT6105M introduced inPyun YongHyeon
2008-07-16Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9Pyun YongHyeon
2008-03-11Teach vr(4) to use bus_dma(9) and major overhauling to handle linkPyun YongHyeon
2007-04-23Add VLAN capability.Poul-Henning Kamp
2007-04-22Remove further cobwebs: Two layers of pointless substructures.Poul-Henning Kamp
2007-04-22Don't rename fields with #define.Poul-Henning Kamp
2007-04-22Run if_vr(4) through FlexeLint and clean some of the cobwebs found.Poul-Henning Kamp
2007-04-17Add support for hw-assisted checksums on 6105M.Poul-Henning Kamp
2007-04-17No need to throw tag+handle around on the stack.Poul-Henning Kamp
2007-04-17Improve the if_vr driver ever so slightly.Poul-Henning Kamp
2006-09-15Whitespace nits.Ruslan Ermilov
2006-09-15Consistently use if_printf() only in interface methods: if_start,Gleb Smirnoff
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2005-10-31- Use callout_*() to manage the callout and make it MPSAFE.John Baldwin
2005-10-27- Use if_printf() and device_printf() and remove vr_unit from the softc.John Baldwin
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-07-09Add a 'suspended' flag to softc so that we can avoid races on detach.Bruce M Simpson
2004-04-05- Rewritten TX to use only two pointers to track producer/consumer.Ruslan Ermilov
2003-11-14Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler
2003-02-01Add deviceids for 6105 and 6105M chips. Further changes will be necessaryMike Silbersack
2003-02-01Switch the if_vr driver from using our generic MII routines over toMike Silbersack
2003-01-31Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardsMike Silbersack
2002-11-25Import some relevant changes from Via's if_fet driver:Mike Silbersack
2002-08-15Improve handling of TX errors. Early reports indicate that thisMike Silbersack
2002-07-31Make sure to set both sets of registers which control the RX and TX bufferMike Silbersack
2001-05-14Close PR 22208: bring chip out of suspend mode, because Windows mightBill Paul
2001-02-09Change and clean the mutex lock interface.Bosko Milekic
2000-10-13First round of converting network drivers from spls to mutexes. ThisBill Paul
2000-07-05Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.Bill Paul
1999-09-19Convert the VIA Rhine driver to miibus.Bill Paul
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-10Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul
1999-05-06Tweak the Macronix driver to hopefully make it more reliable:Bill Paul
1999-02-23Add support for still more cheapo 10/100 cards: Delta Electronics andBill Paul
1999-01-10Tweak the vr_start() and vr_rxeof() routines a little to improveBill Paul
1998-12-04An early Christmas present: add driver support for a whole bunch ofBill Paul