summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add free sizessemarie2019-05-091-4/+4
| | | | ok tedu@
* 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
| | | | printed for isadma(4).
* Report all valid interrupt locators in isaprint() - although config(8) stanzasmiod2015-05-211-7/+24
| | | | | | only allow one irq for isa devices, there is actually support for more since we got isapnp(4) support, and upcoming changes will actually have regular isa(4) devices claim more than one irq in their indirect match function.
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
| | | | after discussions with beck deraadt kettenis.
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+2
| | | | | | cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too
* 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
| | | | interrupt.
* 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
| | | | contained the diffs 1.29 was said to have. So this is a revert to 1.28
* Provide a way to debug probes. set autoconf_verbose via DDB, orniklas1998-01-201-22/+2
| | | | | option AUTOCONF_VERBOSE=1 in your kernel config.
* Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itniklas1998-01-201-48/+57
| | | | | | | | so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
* 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
| | | | LOCALID was lost.
* 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
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* initial import of NetBSD treederaadt1995-10-181-0/+106