summaryrefslogtreecommitdiff
path: root/sys/pci/if_en_pci.c
Commit message (Expand)AuthorAgeFilesLines
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans2000-11-041-1/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-221-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+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
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+0
* Missing revision markers.Peter Wemm1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-0/+4
* cleanup: remove part of the code for 2.1.Kenjiro Cho1999-01-091-36/+128
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+0
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+348