summaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but inWarner Losh2003-10-061-1/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* HEADS UP! All 3c5x9 users!Matthew N. Dodd1999-10-271-99/+54
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-251-1/+1
* Fix includes. I missed this the first time around.Matthew N. Dodd1999-10-021-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-115/+126
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-4/+8
* 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
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Staticized. Things exported by linker sets should always be static.Bruce Evans1996-10-121-2/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-21/+2
* Add interrupt register set up with original register valueAtsushi Murai1996-07-191-1/+7
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Fix media type determination.Justin T. Gibbs1996-02-281-2/+3
* 3c5x9.c:Justin T. Gibbs1996-02-261-0/+308