summaryrefslogtreecommitdiff
path: root/sys/pci/if_vrreg.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC:John Baldwin2005-11-081-2/+1
* 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