summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isavar.h
AgeCommit message (Expand)Author
2009-05-12struct device * -> device_t, no functional changes intended.cegger
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-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-05-29sprinkle const.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-08-30add centralized {eisa,isa,pci,agp,mca}busprint() functions which dodrochner
2003-07-08function prototype must not have variable nameitojun
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
1999-03-19pull isa_machdep.h in from machine/ instead of from $(MACHINE)/isa/cgd
1999-02-19Kill vestiges of isa_establish().mycroft
1998-11-30Change comment about isa_intr_establish() as discussed on tech-kern.leo
1998-09-11Add arc as a target platform.jonathan
1998-06-09Change the ISA DMA API to take an isa_chipset_tag_t rather thanthorpej
1998-04-15Remove the `delay port' stuff since nothing uses it anymore (can't reliablythorpej
1998-02-17include an MD header if arm32. (No header yet, but there will becgd
1997-10-14add beboxsakamoto
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-07-15Add atari.leo
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
1996-10-21New bus.h implementation/interface:thorpej
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-11include a machine-specific header from ARCH/isa/isa_machdep.h, to definecgd
1996-03-16delete unused cruft (the 'software conventions' chunk).cgd
1996-03-08pass a bus_chipset_tag_t (defined in <machine/bus.h>) to the bus whencgd
1996-02-28make ISA bus match/attach, and sub-device configuration machine-independent.cgd
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-06-07prototype isascan, spacingcgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-03Update intr_establish() prototype.mycroft
1995-01-02Don't assume ia_maddr is in the hole.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-10-27new RCS ID format.cgd
1994-07-27Add IRQUNK.mycroft
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-03-30Minor changes.mycroft
1994-03-29New autoconfig mechanism. Hacked at the moment to use old config(8), butmycroft
1994-01-21delete contents; can't appear in trunk until copyright is fixed.cgd
1993-10-26Add MADDRUNK.mycroft
1993-10-17Make atdevbase an int.mycroft