summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add free sizessemarie2019-05-091-4/+4
* Initialize ipa_ndrq in isascan() too...miod2015-05-251-1/+2
* Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators beingmiod2015-05-241-1/+2
* Report all valid interrupt locators in isaprint() - although config(8) stanzasmiod2015-05-211-7/+24
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+2
* use config_activate_children to activate children that might need itderaadt2010-07-081-2/+3
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-8/+1
* First round of __P removal in sysmillert2002-03-141-3/+3
* print ports as 0x%x/%d start/len instead of start-endderaadt1999-07-301-3/+3
* Break out of loop in isa_intr_check() if we know what IRQ we want but isa_intr_check() says we can't have it.millert1999-02-071-2/+2
* Disable ISA PNP devices before ISA scancsapuntz1998-07-281-1/+5
* Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined.downsj1998-06-291-1/+7
* Use isa_intr_check() to prevent attachment of drivers that won't get andownsj1998-06-291-15/+30
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-6/+13
* missed some conditions on autoconf_verboseniklas1998-01-201-5/+7
* rev 1.29 really was the version 1.28 should have been, and 1.28 alreadyniklas1998-01-201-2/+22
* Provide a way to debug probes. set autoconf_verbose via DDB, orniklas1998-01-201-22/+2
* Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itniklas1998-01-201-48/+57
* argh, typo.downsj1997-12-251-2/+2
* fix DRQUNK casedownsj1997-12-251-3/+5
* Use functions for DIAGNOSTIC.downsj1997-12-251-1/+74
* Real DRQ usage tracking.downsj1997-12-251-3/+7
* Obliterate old PnP `code' and outright replace with christos' code.downsj1997-12-211-45/+2
* Add XXX comment about the delay portniklas1997-01-041-1/+2
* Import extent manager from NetBSDniklas1996-12-091-1/+9
* Missing pieces of new bus.h that CVS lost behind my backniklas1996-11-291-5/+7
* added const to second parameter of cfprint_t routineskstailey1996-11-231-2/+2
* -Wall fixes needed by alphaniklas1996-10-311-2/+1
* whoops, i made a fatal typoderaadt1996-08-151-2/+2
* do not attempt to isamatch pnp devicesderaadt1996-08-151-1/+4
* repair protoderaadt1996-08-151-2/+2
* warn about 0x666 thingy; use correct isa_attach_args for extent mapsderaadt1996-08-151-9/+14
* oops, forgot to exclude those unused extents before adding to mapshawn1996-08-151-9/+17
* rudimentary plug-and-play support, see pnp(4)shawn1996-08-141-2/+27
* support FSTATE_STAR by repetitionderaadt1996-07-021-4/+13
* sync 0521deraadt1996-05-261-5/+4
* map delay portderaadt1996-05-101-2/+10
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-2/+3
* Just update the $OpenBSD$ tag, it seems to have got in during theniklas1996-05-041-1/+1
* partial sync with netbsd 960418, more to comederaadt1996-04-211-5/+15
* NetBSD 960317 mergeniklas1996-04-181-2/+43
* From NetBSD: merge of 960217niklas1996-03-081-3/+3
* Removed extraneous spaceniklas1996-02-271-1/+2
* from netbsd:deraadt1995-12-271-5/+5
* initial import of NetBSD treederaadt1995-10-181-0/+106