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