index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
fd.c
Age
Commit message (
Expand
)
Author
2007-02-15
Don't print the error strings returned by readdisklabel(). If you
Kenneth R Westerback
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-12-21
'tranfer' -> 'transfer' in comments.
Kenneth R Westerback
2006-11-29
Kernel stack can be swapped. This means that stuff that's on the stack
Miod Vallat
2006-09-26
Zap D_REMOVABLE flag from disklabel. If you didn't already know that
Kenneth R Westerback
2006-08-13
RAW_PART p_size on floppies and mcd's should be in sectors.
Kenneth R Westerback
2006-08-13
Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64
Kenneth R Westerback
2006-03-15
Nuke dk_establish(), no longer used.
Miod Vallat
2006-01-22
b_cylin -> b_cylinder; no functional change.
Miod Vallat
2005-09-19
floppy support; form@openbsd.ru
Theo de Raadt
2005-03-16
Use biowait() instead of rolling our own.
Miod Vallat
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
Some easy strcpy elimination.
Kenneth R Westerback
2002-05-24
More splbio around biodone protection.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-26
First cut at a port of isadma and floppy driver. ok art@
Nathan Binkert
2001-03-06
Convert to new timeout API. mickey@ ok.
Hakan Olsson
1999-10-07
Add a delay() before turning the motor off; some controllers don't see it
Jason Downs
1999-01-07
Die, NEWCONFIG
Niklas Hallqvist
1998-10-03
Add a "spoofonly" argument to readdisklabel() which will be used to
Todd C. Miller
1998-08-08
Split ioh allocations so that the devices no longer overlap.
Jason Downs
1998-01-18
move to current OpenBSD isadma API
Niklas Hallqvist
1997-11-12
fix argh disklabel problem, pr#346
Theo de Raadt
1997-10-18
avoid "no disklabel" error messages
Theo de Raadt
1997-04-07
cf_flags & 0x20 forces device to be found even if it won't probe.
Jim Rees
1996-12-05
let us get this right finally...
Theo de Raadt
1996-12-05
whoops, correct d_nsectors
Theo de Raadt
1996-12-05
remove duplicate code; nice readdisklabel warning messages
Theo de Raadt
1996-12-05
call readdisklabel() in the same fashion as sd.c does
Theo de Raadt
1996-11-29
Missing pieces of new bus.h that CVS lost behind my back
Niklas Hallqvist
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-28
Change block size handling and add untested support for Japanese 1.2mb
Jason Downs
1996-10-28
Merge in old/latest code. Untested support for 2.88mb floppy drives.
Jason Downs
1996-10-26
more move changes
Jason Downs
1996-10-26
move related trivial changes
Jason Downs
1996-10-16
the Wall thing, you know
Theo de Raadt
1996-09-23
propagte FD{UNIT,PART} definitions.
Michael Shalayeff
1996-09-01
initial commit of split fdc/fd drivers
Jason Downs
1996-08-29
Add `flags' specification to floppy devices.
Jason Downs
1996-08-07
correct b_resid handling; pointed out by banshee@gabriella.abattoir.com
Theo de Raadt
1996-06-20
fdformat support:
Jason Downs
1996-06-09
support MTIOCTOP's MTOFFL to mean "eject"
Theo de Raadt
1996-06-01
all ports have dk_establish()
Theo de Raadt
1996-05-25
sync
Theo de Raadt
1996-05-07
sync with 0504; prototype changes
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-18
Merge of NetBSD 960317
Niklas Hallqvist
1996-03-20
Fix back wrong patches.
Michael Shalayeff
[next]