summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_eisa.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Simplify names.imp2005-08-291-6/+6
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-201-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove duplicate $FreeBSD$imp2004-07-221-3/+0
* Minor style nitimp2004-07-221-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Pass sc to GO_WINDOW macro.imp2003-10-261-1/+1
* Whole grab-bag of changes:imp2003-10-251-1/+1
* Fix a typo. The module has the EISA front-end commented out, therefore thebms2003-10-181-1/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-171-86/+73
* Revert 1.21; this was local code that should not have beenmdodd2003-03-301-5/+5
* - Free interrupt handler in ep_free().mdodd2003-03-291-0/+1
* - Return error status instead of value in get_e().mdodd2003-03-291-5/+5
* Remove __P.alfred2002-03-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* HEADS UP! All 3c5x9 users!mdodd1999-10-271-99/+54
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-251-1/+1
* Fix includes. I missed this the first time around.mdodd1999-10-021-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-120/+131
* Add shared EISA interrupt support.gibbs1997-09-211-4/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Staticized. Things exported by linker sets should always be static.bde1996-10-121-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-21/+2
* Add interrupt register set up with original register valueamurai1996-07-191-1/+7
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+1
* Fix media type determination.gibbs1996-02-281-2/+3
* 3c5x9.c:gibbs1996-02-261-0/+308
OpenPOWER on IntegriCloud