aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_skreg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC if_sk.c rev. 1.99:Bjoern A. Zeeb2005-03-281-4/+18
* MFC: /*- and related license changesWarner Losh2005-01-311-2/+2
* MFC:Bjoern A. Zeeb2004-12-141-0/+1
* MFC: fix LOR in if_skJohn-Mark Gurney2004-08-251-2/+2
* MFC: adding Belkin F5D5005 gige card, and minor style changeJohn-Mark Gurney2004-08-251-0/+5
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumeStephen McKay2004-03-311-0/+10
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Add vendor ID to make Marvell chipset work. E.g. to be foundWilko Bulte2003-11-121-0/+5
* Ahh, the joys of badge engineering. Tell the sk driver that thePeter Wemm2003-11-071-0/+10
* Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-09-201-27/+251
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-4/+4
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+6
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"Bosko Milekic2000-10-121-7/+2
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Reoganize/update the SysKonnect driver:Bill Paul2000-04-221-3/+54
* Fix the mechanism used to choose the unit numbers for the IP interfacesBill Paul1999-09-181-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-231-3/+2
* Convert the SysKonnect gigabit ethernet driver to newbus.Bill Paul1999-07-221-2/+6
* Make a few other cleanups while I'm in the area. Typo in comment, unusedBill Paul1999-07-141-5/+2
* if_sk.c: use pci_port_t instead of u_shortBill Paul1999-07-091-3/+2
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-091-0/+1172