summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1998-12-22sync with FreeBSD:Jason Wright
o minor fix for xl_txeof o defensive code for for xl_start o ansification
1998-12-22sync with FreeBSD:Jason Wright
o sanity checking on foo_start() routines o ansification
1998-12-22sync with FreeBSDJason Wright
1998-12-21If no mii found on a card that claims to support one, don't attach theJason Wright
interface.
1998-12-17syncTheo de Raadt
1998-12-17new card; dave@dtsp.co.nzTheo de Raadt
1998-12-16syncTheo de Raadt
1998-12-16crunch this much smallerTheo de Raadt
1998-12-03o Don't match pci product 0xae33, as it's a pciide controller; reported by ↵Jason Wright
mickey@ (pr 652). o use switch for matching pci products
1998-12-02cogent-compatible adapters appearing in an adaptec ethernet block rangeTheo de Raadt
1998-11-29syncTheo de Raadt
1998-11-29rhine/rhineII viatech chipsTheo de Raadt
1998-11-29syncTheo de Raadt
1998-11-29tweaksTheo de Raadt
1998-11-26syncTheo de Raadt
1998-11-26shorten, new s3 cardTheo de Raadt
1998-11-23make quieter on out of memory conditionsJason Wright
1998-11-23clean up, make more quiet, and nuke unused 'csr' variableJason Wright
1998-11-23clean up and make more quietJason Wright
1998-11-20careful mmapTheo de Raadt
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-19Sync with FreeBSD:Jason Wright
o match Accton 1207D (MXP5030, 5038) o always do buffer copies on tx (it happened most of the time anyway) o fix up tx packets to minimum length
1998-11-19syncJason Wright
1998-11-19remove realtek2 entryJason Wright
1998-11-19syncTheo de Raadt
1998-11-19accton 503xTheo de Raadt
1998-11-18nuke unused variablesJason Wright
1998-11-18add mii attribute to if_rl (missed in last commit)Jason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-17Remove 940UW from the comments.Jason Downs
1998-11-17Add adw device driver, from NetBSD.Jason Downs
1998-11-17Kill redundant PCI code.Jason Downs
1998-11-16Take advantage of generic pci io/mem/busmaster enabling and remove redundant ↵Jason Wright
code.
1998-11-16Take advantage of generic io/mem/busmaster enabling of parent and removeJason Wright
redundant code.
1998-11-16fix up pointer alignment for buffersJason Wright
1998-11-13more quiet during autoconfJason Wright
1998-11-11Merge with FreeBSD:Jason Wright
o Fix syntax errors inside #ifdef FORCE_AUTONEG_TFOUR. o jack up the TX reclaim threshold for 3c90xB adapters
1998-11-11Driver for rtl8139 based nic's ported from FreeBSDJason Wright
1998-11-11Merge with FreeBSD:Jason Wright
o size of tx & rx rings increased o rx ring init was using the tx ring size constant
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-11-03Update audio_hw_if, fix problems.Jason Downs
1998-11-03Update audio_hw_if.Jason Downs
1998-10-31regenMatthieu Herrb
1998-10-31ooops 1 duplicate and 1 typoMatthieu Herrb
1998-10-31regenMatthieu Herrb
1998-10-31recent VGA boards (from Xfree86)Matthieu Herrb
1998-10-29Put in some generic code in PCI driver for enabling PCI cards.Constantine Sapuntzakis
1998-10-28Partial merge from netBSD 102498. Seems to fix autonegotation difficultiesConstantine Sapuntzakis
on Bay Networks FA310TX card.
1998-10-28Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch.Jason Downs
1998-10-21syncTheo de Raadt