summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isa.c
AgeCommit message (Expand)Author
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
1996-11-23restrict the FSTATE_STAR prohibition (and panic) to the i386 only. Cloningcgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-05-14#include <machine/intr.h> to get IST_* definitions.thorpej
1996-05-12Use intr.h.mycroft
1996-05-08Correct a couple of comments ... port 0x84 produces a 1.25us delay whenthorpej
1996-05-05Map port 0x84 (which is used to generate a 2.6us delay) in isaattach().thorpej
1996-04-29- prototype fixeschristos
1996-04-11on non-i386 systems, include <machine/intr.h> (per charles's proposal oncgd
1996-03-17New device attachment scheme:thorpej
1996-03-08remember the bus_chipset_tag_t given by our parent, and pass it on tocgd
1996-02-28make ISA bus match/attach, and sub-device configuration machine-independent.cgd
1996-01-16Make the panic message for ISA clone devices more informative.mycroft
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-06-07make match/attach routines and cfdriver struct micgd
1995-05-17isa softc structs are larger than 'struct device'cgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-16Remove outdated comment.mycroft
1995-01-02Don't assume ia_maddr is in the hole.mycroft
1994-11-18Stylistic changes.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-14Map IRQ 2 to IRQ 9.mycroft