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
/
mca
/
ed_mca.c
Age
Commit message (
Expand
)
Author
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-05-10
Change bounds_check_with_label() to take a pointer to the disk structure,
thorpej
2003-05-02
Change return type of readdisklabel() to const char *
dsl
2002-10-23
merge kqueue branch into -current
jdolecek
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-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-21
Rename bufq_init() to bufq_alloc().
hannken
2002-07-20
Convert to new device buffer queue interface.
hannken
2002-03-29
no need to splbio() while manipulating sc_q - it's accessed from
jdolecek
2001-11-23
Convert over to use the new MCA DMA facilities, which encapsulate
jdolecek
2001-11-13
add RCSID
lukem
2001-09-03
Don't spinlockinit a simple_lock; simple_lock_init it instead.
sommerfeld
2001-05-14
remove //-commented debugging stuff
jdolecek
2001-05-04
Implement polled command mode, and use it for writing system dump
jdolecek
2001-04-23
Compact autoconf info by printing the IRQ number together
jdolecek
2001-04-22
Introduce machdep mca_disk_[un]busy(), which turn on/off disk LED.
jdolecek
2001-04-22
Fix serious bug in bounce buf handling - the EDF_BOUNCEBUF flag needs
jdolecek
2001-04-19
Use "edc" instead of "dasd". As pointed out by Soren, dasd doesn't
jdolecek
2001-04-19
Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixed
jdolecek