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