summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_en_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)harti2003-06-161-485/+0
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-0/+3
* Use __FBSDID().obrien2003-06-111-3/+4
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-051-16/+16
* Add module data and version to the atm_subr and reference this info from theharti2003-04-291-2/+5
* Convert the midway driver to use busdma. Except for this conversion theharti2003-04-251-290/+283
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+1
* Remove __P.alfred2002-03-201-7/+7
* newbusify the en atm driver.kjc2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-041-1/+2
* Make LINT compile again.phk2000-10-221-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-0/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+0
* Missing revision markers.peter1999-05-091-0/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-4/+0
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-0/+4
* cleanup: remove part of the code for 2.1.kjc1999-01-091-36/+128
* probe function changed from returning char * to const char *.dillon1998-12-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Removed unused #includes.bde1997-10-281-4/+0
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+348
OpenPOWER on IntegriCloud