Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add free sizes | 2019-05-09 | 1 | -4/+4 | |
| | | | | ok tedu@ | ||||
* | Initialize ipa_ndrq in isascan() too... | 2015-05-25 | 1 | -1/+2 | |
| | |||||
* | Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being | 2015-05-24 | 1 | -1/+2 | |
| | | | | printed for isadma(4). | ||||
* | Report all valid interrupt locators in isaprint() - although config(8) stanzas | 2015-05-21 | 1 | -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't | 2015-03-14 | 1 | -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. | 2014-07-12 | 1 | -4/+4 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, | 2013-05-30 | 1 | -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 it | 2010-07-08 | 1 | -2/+3 | |
| | |||||
* | terms 3 & 4 cleanup based on "terms" file | 2003-06-03 | 1 | -8/+1 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | print ports as 0x%x/%d start/len instead of start-end | 1999-07-30 | 1 | -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. | 1999-02-07 | 1 | -2/+2 | |
| | |||||
* | Disable ISA PNP devices before ISA scan | 1998-07-28 | 1 | -1/+5 | |
| | |||||
* | Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined. | 1998-06-29 | 1 | -1/+7 | |
| | |||||
* | Use isa_intr_check() to prevent attachment of drivers that won't get an | 1998-06-29 | 1 | -15/+30 | |
| | | | | interrupt. | ||||
* | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | 1998-04-26 | 1 | -6/+13 | |
| | |||||
* | missed some conditions on autoconf_verbose | 1998-01-20 | 1 | -5/+7 | |
| | |||||
* | rev 1.29 really was the version 1.28 should have been, and 1.28 already | 1998-01-20 | 1 | -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, or | 1998-01-20 | 1 | -22/+2 | |
| | | | | | option AUTOCONF_VERBOSE=1 in your kernel config. | ||||
* | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | 1998-01-20 | 1 | -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. | 1997-12-25 | 1 | -2/+2 | |
| | |||||
* | fix DRQUNK case | 1997-12-25 | 1 | -3/+5 | |
| | |||||
* | Use functions for DIAGNOSTIC. | 1997-12-25 | 1 | -1/+74 | |
| | |||||
* | Real DRQ usage tracking. | 1997-12-25 | 1 | -3/+7 | |
| | |||||
* | Obliterate old PnP `code' and outright replace with christos' code. | 1997-12-21 | 1 | -45/+2 | |
| | |||||
* | Add XXX comment about the delay port | 1997-01-04 | 1 | -1/+2 | |
| | |||||
* | Import extent manager from NetBSD | 1996-12-09 | 1 | -1/+9 | |
| | |||||
* | Missing pieces of new bus.h that CVS lost behind my back | 1996-11-29 | 1 | -5/+7 | |
| | |||||
* | added const to second parameter of cfprint_t routines | 1996-11-23 | 1 | -2/+2 | |
| | |||||
* | -Wall fixes needed by alpha | 1996-10-31 | 1 | -2/+1 | |
| | |||||
* | whoops, i made a fatal typo | 1996-08-15 | 1 | -2/+2 | |
| | |||||
* | do not attempt to isamatch pnp devices | 1996-08-15 | 1 | -1/+4 | |
| | |||||
* | repair proto | 1996-08-15 | 1 | -2/+2 | |
| | |||||
* | warn about 0x666 thingy; use correct isa_attach_args for extent maps | 1996-08-15 | 1 | -9/+14 | |
| | |||||
* | oops, forgot to exclude those unused extents before adding to map | 1996-08-15 | 1 | -9/+17 | |
| | |||||
* | rudimentary plug-and-play support, see pnp(4) | 1996-08-14 | 1 | -2/+27 | |
| | |||||
* | support FSTATE_STAR by repetition | 1996-07-02 | 1 | -4/+13 | |
| | |||||
* | sync 0521 | 1996-05-26 | 1 | -5/+4 | |
| | |||||
* | map delay port | 1996-05-10 | 1 | -2/+10 | |
| | |||||
* | sync with 0504 -- prototypes and bus.h | 1996-05-07 | 1 | -2/+3 | |
| | |||||
* | Just update the $OpenBSD$ tag, it seems to have got in during the | 1996-05-04 | 1 | -1/+1 | |
| | | | | LOCALID was lost. | ||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -5/+15 | |
| | |||||
* | NetBSD 960317 merge | 1996-04-18 | 1 | -2/+43 | |
| | |||||
* | From NetBSD: merge of 960217 | 1996-03-08 | 1 | -3/+3 | |
| | |||||
* | Removed extraneous space | 1996-02-27 | 1 | -1/+2 | |
| | |||||
* | from netbsd: | 1995-12-27 | 1 | -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 tree | 1995-10-18 | 1 | -0/+106 | |