summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-251-1/+12
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-9/+12
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+2
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-101-8/+8
* clean a few DEVFS things..julian1995-12-091-8/+8
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-34/+41
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+36
* Mega commit for sysctl.phk1995-11-201-13/+4
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forbde1995-11-181-14/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-5/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+2
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-091-1/+2
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-041-9/+13
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-4/+5
* devfs changes..julian1995-09-031-4/+7
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-21/+21
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-3/+3
* Restructured the floppy tape probe.joerg1995-05-061-6/+2
* Reviewed by: no-one yet, but non-intrusivejulian1995-04-201-1/+29
* Add a class field to devconf and mst drivers.wollman1995-04-121-6/+26
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-061-4/+11
* Terminate all probe/diagnostic/error messages correctly with a \n.rgrimes1995-03-261-27/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+14
* Finally get rid of this bothering ``biodone: buffer already done''joerg1995-03-121-3/+12
* Declare all the args of Fdopen() and fdclose().bde1995-02-261-15/+14
* Back out my previous change and disable the floppy tape controller againjkh1995-01-271-1/+4
* Enable floppy-tape controller by default again. Flags no longer has anyjkh1995-01-171-5/+2
* Argl!, finally found this bummer. The code testing for a write-joerg1995-01-121-36/+10
* Finally implement support for the `lsdev' program. The controller isjoerg1995-01-111-14/+30
* Peter's work to work around one of the most annoying bugs in thejoerg1995-01-061-143/+366
* Here is a minor patch for FreeBSD 2.0R to allow it to recognizejoerg1994-12-041-1/+5
* Reverse the meaning of previous change.jkh1994-11-301-7/+5
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-291-2/+7
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.phk1994-11-181-3/+3
* Change "fdx: Floppy not writeable" to less confusingache1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>jkh1994-11-081-1/+21
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installjkh1994-11-021-143/+98
* Several minor fixes to the floppy driver:joerg1994-10-301-99/+144
* Julian Elischer's disklabel fixes.jkh1994-10-271-4/+4
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-28/+40
* Checking for timeout at several critical calls to ``out_fdc()'' now,joerg1994-10-211-14/+56
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-2/+2
* isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().wollman1994-10-191-1/+91
* Cosmetics. Silence gcc -Wall. Much more to do here :-(phk1994-10-101-4/+4
* An ifdef almost hit where it was supposed to go. Joerg owes me a goodphk1994-09-251-6/+6
* Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.joerg1994-09-251-1/+3
OpenPOWER on IntegriCloud