| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2010-08-21 | If the 'no-legacy-devices' property is present and true, skip device | jmcneill |
| 2009-08-19 | build fix: isa_detach_hook() needs isa_chipset_tag_t as first argument. | cegger |
| 2009-08-18 | Let us safely detach the ISA bus and devices attaching to the ISA | dyoung |
| 2009-04-07 | Fix spelling: indrect -> indirect. | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-30 | Add isa_get_slotcount/isa_set_slotcount to get/set the number of ISA | ad |
| 2008-03-15 | Split device_t and softc for isa(4). | cube |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-01 | aprint-ify isaattach, removes a hard-to-find newline on a boot -z | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-01-02 | Correct indent. | isaki |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-08-25 | oops, too much mechanical renaming -- clearly separate searched and | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-29 | sprinkle const. | christos |
| 2004-09-14 | include "locators.h" explicitely where it is needed, so that | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-18 | allow to detach child devices and (optional selectively) bus rescans, | drochner |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-06-19 | ifdef NISAPNP -> if NISAPNP > 0 | fvdl |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 1999-02-19 | Kill vestiges of isa_establish(). | mycroft |
| 1998-08-15 | Assign copyrights to TNF. | mycroft |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-07-30 | Use the previously committed pnp hook. | christos |
| 1998-06-11 | Don't call isa_dmainit() when NISADMA == 0. | leo |
| 1998-06-09 | Change the ISA DMA API to take an isa_chipset_tag_t rather than | thorpej |
| 1998-05-05 | Remove BROKEN_INDIRECT_CONFIG relicts. | drochner |
| 1998-04-15 | Remove the `delay port' stuff since nothing uses it anymore (can't reliably | thorpej |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-08-26 | XXX Add a drq2 locator for the ISA bus. Many sound cards need | augustss |
| 1997-07-17 | use locator defines in "locators.h" to index cf_loc[] | jtk |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-01-26 | split isasearch (!__BROKEN_INDIRECT_CONFIG) completely off of | cgd |
| 1996-12-08 | The last change fixed a last-minute goof in the __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-12-05 | fix a (fatal) bug in the __BROKEN_INDIRECT_CONFIG changes checked | cgd |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |