summaryrefslogtreecommitdiff
path: root/sys/pci/if_lnc_p.c
Commit message (Expand)AuthorAgeFilesLines
* Remove if_pci_p.c from old location.Paul Richards2000-05-141-104/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)Matthew N. Dodd1999-08-101-1/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1
* Set the bus master bit.Paul Richards1999-05-101-4/+11
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-201-2/+5
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* Deleted <pc98/pc98/pc98_device.h>.KATO Takenori1997-04-041-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* FINALLY: PCI support for the Lance Ethernet driver.Stefan Eßer1996-07-181-0/+97