index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
isa.c
Age
Commit message (
Expand
)
Author
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
1996-11-23
restrict the FSTATE_STAR prohibition (and panic) to the i386 only. Cloning
cgd
1996-10-21
New bus.h implementation/interface:
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-08-27
change cfprint_t type definition to take a const char *, rather than
cgd
1996-05-14
#include <machine/intr.h> to get IST_* definitions.
thorpej
1996-05-12
Use intr.h.
mycroft
1996-05-08
Correct a couple of comments ... port 0x84 produces a 1.25us delay when
thorpej
1996-05-05
Map port 0x84 (which is used to generate a 2.6us delay) in isaattach().
thorpej
1996-04-29
- prototype fixes
christos
1996-04-11
on non-i386 systems, include <machine/intr.h> (per charles's proposal on
cgd
1996-03-17
New device attachment scheme:
thorpej
1996-03-08
remember the bus_chipset_tag_t given by our parent, and pass it on to
cgd
1996-02-28
make ISA bus match/attach, and sub-device configuration machine-independent.
cgd
1996-01-16
Make the panic message for ISA clone devices more informative.
mycroft
1995-12-24
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
mycroft
1995-06-07
make match/attach routines and cfdriver struct mi
cgd
1995-05-17
isa softc structs are larger than 'struct device'
cgd
1995-04-17
clean up several ISA device interfaces: autoconfiguration, header
cgd
1995-01-16
Remove outdated comment.
mycroft
1995-01-02
Don't assume ia_maddr is in the hole.
mycroft
1994-11-18
Stylistic changes.
mycroft
1994-11-18
Convert port, IRQ, and DRQ numbers to ints.
mycroft
1994-11-14
Map IRQ 2 to IRQ 9.
mycroft
1994-11-04
Change all of the uses of IRQ{0-15} and bit masks to use plain numbers
mycroft
1994-11-04
Use kvtop() rather than address arithmetic in a couple of places.
mycroft
1994-11-04
Add a new function config_scan(), which just calls a particular function
mycroft
1994-11-04
Commit incest with the config system for this one specific case.
mycroft
1994-11-04
Set ia_irq correctly.
mycroft
1994-11-04
Correct an oversight.
mycroft
1994-11-04
Oops; forgot isacd.
mycroft
1994-11-03
New version using standard config_*() functions.
mycroft
1994-10-27
new RCS ID format.
cgd
[next]