aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_stereg.h
Commit message (Expand)AuthorAgeFilesLines
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Change the chip description from "DFE-550TX" to "DL10050".Poul-Henning Kamp2002-12-231-2/+2
* Don't read the PCI config space during mii operations. Instead save whetherDoug Ambrisko2002-08-191-0/+1
* Fixes for the D-Link DFE-580 card.Doug Ambrisko2002-08-071-7/+15
* Fix a bug in the ste_setmulti() routine. The NIC has 4 16-bit multicastBill Paul2001-08-231-1/+3
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Use device_get_nameunit(dev) as the mutex string when callingBill Paul2000-10-131-0/+4
* Spruce up the Sundance ST201 driver:Bill Paul1999-12-071-9/+14
* Clean up two cases of the alpha vtophys() hack that should beBill Paul1999-09-181-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove MII/PHY related junk from here. It's not needed anymore.Bill Paul1999-08-211-106/+1
* This commit adds device driver support for the Sundance Technologies ST201Bill Paul1999-08-211-0/+640