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
/
ofisa
/
wdc_ofisa.c
Age
Commit message (
Expand
)
Author
2004-01-03
More wdc_channel structure member namespace cleanup:
thorpej
2004-01-03
Rename "struct channel_softc" to "struct wdc_channel".
thorpej
2004-01-01
Rename:
thorpej
2003-11-27
There are some cards that map the ATA control and IDE DMA registers
fvdl
2003-10-08
Make the ATA mid-layer appears as atabus, as proposed in
bouyer
2003-09-25
Hide the use of config_interrupts() in one place.
mycroft
2003-09-19
1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates
mycroft
2003-03-22
Don't malloc channel_queue, put it in the softc.
matt
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-06-08
constify and make auto const variables static.
yamt
2001-11-13
add RCSIDs
lukem
2001-03-04
print the modes of the IDE devices we've attached.
matt
1998-12-02
Change ofisa attachment comparable to change drochner made to isa
sommerfe
1998-10-23
Pass the rigth argument to wdcintr(). Closes PR 6342.
bouyer
1998-10-12
Merge bouyer-ide
bouyer
1998-03-21
compile with -Wall, update for changes to dev/ofw
cgd
1998-02-07
initial implementation of OFW ISA bus code and attachments for a few
cgd