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
/
fd.c
Age
Commit message (
Expand
)
Author
2002-03-10
use TAILQ_FIRST()/TAILQ_NEXT()/TAILQ_EMPTY macros rather than dereferencing
jdolecek
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-12-29
Add a case for x86_64.
thorpej
2001-11-13
add RCSID
lukem
2001-07-08
Correct various misspellings of 'transfer' and inflected forms.
wiz
2001-06-07
Compile on sandpoint.
briggs
2001-05-27
Add support for the Algorithmics ISA floppy controller.
thorpej
2001-05-19
space/TAB cosmetics
tsutsui
2001-03-16
Some minor, atari only, changes to make this work on the Milan:
leo
2001-01-18
constify
jdolecek
2001-01-08
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
fvdl
2001-01-07
Adapt all disk devices in MI directories to handle ODIOC* calls
fvdl
2000-12-17
In fdcattach() reset the controller before moving on as some probes (ala pnpb...
jmc
2000-11-27
Add prep support. change all __foo__ to foo. We don't __foo__ in the kernel
matt
2000-08-24
In fdioctl(), allocate fd_formb dynamically when needed, rather than on
nathanw
2000-07-06
Use device_lookup().
thorpej
2000-06-28
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-05-11
MI part of MicroChannel Architecture bus support
jdolecek
2000-05-02
Nuke some dead code.
thorpej
2000-04-23
Carve off the ISA configuration bits from the floppy driver. Driver is
thorpej
2000-04-07
Use separate callouts for motor-on and motor-off. Fixes a condition
thorpej
2000-04-07
Combine the Alpha, BeBox, and i386 ISA floppy drivers with a sledgehammer.
thorpej