summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vrreg.h
Commit message (Expand)AuthorAgeFilesLines
* vr(4) was repocopied to src/sys/dev/vr.yongari2008-03-111-520/+0
* Add VLAN capability.phk2007-04-231-1/+1
* Remove further cobwebs: Two layers of pointless substructures.phk2007-04-221-33/+4
* Don't rename fields with #define.phk2007-04-221-13/+4
* Run if_vr(4) through FlexeLint and clean some of the cobwebs found.phk2007-04-221-38/+0
* Add support for hw-assisted checksums on 6105M.phk2007-04-171-1/+11
* No need to throw tag+handle around on the stack.phk2007-04-171-15/+7
* Improve the if_vr driver ever so slightly.phk2007-04-171-1/+3
* Whitespace nits.ru2006-09-151-1/+1
* Consistently use if_printf() only in interface methods: if_start,glebius2006-09-151-0/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-6/+0
* - Use callout_*() to manage the callout and make it MPSAFE.jhb2005-10-311-1/+1
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-271-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add a 'suspended' flag to softc so that we can avoid races on detach.bms2004-07-091-0/+1
* - Rewritten TX to use only two pointers to track producer/consumer.ru2004-04-051-3/+5
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Add deviceids for 6105 and 6105M chips. Further changes will be necessarysilby2003-02-011-0/+2
* Switch the if_vr driver from using our generic MII routines over tosilby2003-02-011-0/+4
* Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardssilby2003-01-311-0/+3
* Import some relevant changes from Via's if_fet driver:silby2002-11-251-0/+19
* Improve handling of TX errors. Early reports indicate that thissilby2002-08-151-0/+3
* Make sure to set both sets of registers which control the RX and TX buffersilby2002-07-311-0/+40
* Close PR 22208: bring chip out of suspend mode, because Windows mightwpaul2001-05-141-0/+8
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+4
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.wpaul2000-07-051-0/+1
* Convert the VIA Rhine driver to miibus.wpaul1999-09-191-136/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-101-1/+5
* Tweak the Macronix driver to hopefully make it more reliable:wpaul1999-05-061-2/+2
* Add support for still more cheapo 10/100 cards: Delta Electronics andwpaul1999-02-231-4/+24
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-101-2/+3
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-041-0/+615
OpenPOWER on IntegriCloud