aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove EISA support for ep driver. Left in place EISA strings that areWarner Losh2017-02-161-252/+0
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* Simplify names.Warner Losh2005-08-291-6/+6
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-201-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Remove duplicate $FreeBSD$Warner Losh2004-07-221-3/+0
* Minor style nitWarner Losh2004-07-221-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Pass sc to GO_WINDOW macro.Warner Losh2003-10-261-1/+1
* Whole grab-bag of changes:Warner Losh2003-10-251-1/+1
* Fix a typo. The module has the EISA front-end commented out, therefore theBruce M Simpson2003-10-181-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Style(9) cleanup. There was no consistent style in this driver, andMark Murray2003-07-171-86/+73
* Revert 1.21; this was local code that should not have beenMatthew N. Dodd2003-03-301-5/+5
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-291-0/+1
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-291-5/+5
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* 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