aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/fd.c
Commit message (Expand)AuthorAgeFilesLines
* Bug fixes and performance improvements from John Dyson and myself:David Greenman1994-04-201-1/+2
* From: Jim Babb <babb@sedhps01.mdc.com>Nate Williams1994-03-081-1/+2
* 360 DD entry speed fixed to 250KBPSAndrey A. Chernov1994-03-021-2/+2
* floppy tape support shouldn't interfere with floppy disk driver onAndrew Moore1994-03-021-3/+4
* From: Jim Babb <babb@sedhps01.mdc.com>Nate Williams1994-02-141-3/+6
* Tentative fdc patches...Andrew Moore1994-02-071-0/+1
* Add floppy tape driver - fd => fdcAndrew Moore1994-02-071-97/+144
* Use separate fields for format GAP and read/write GAP.Andrey A. Chernov1993-12-211-19/+16
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-6/+8
* Media table reorganization.Andrey A. Chernov1993-12-191-126/+231
* Reorganization of format table.Andrey A. Chernov1993-12-181-33/+69
* Added following formats (derived from MSDOS fdformat):Andrey A. Chernov1993-12-161-10/+19
* No more partition bits in floppy minor.Andrey A. Chernov1993-12-161-36/+55
* Add more strictly size check into Fdopen to eliminateAndrey A. Chernov1993-12-131-4/+14
* Add 360K floppy support.Andrey A. Chernov1993-12-121-5/+22
* Add popular 720k floppy in HD drive floppy type.Andrey A. Chernov1993-12-121-4/+5
* Fixed the error that a Fdopen succeeds without a found fd controller inAndreas Schulz1993-12-041-2/+3
* Reset fdc during probe.Andrew Moore1993-12-031-1/+7
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-33/+54
* >From: bde@kralizec.zeta.org.au (Bruce Evans)Rodney W. Grimes1993-09-231-8/+9
* Removed $Log$ section and patch kit headers. And here is the fullRodney W. Grimes1993-09-151-59/+2
* Bruce's multifarious patches for the floppy driver (not well tested, butJordan K. Hubbard1993-09-141-23/+142
* Fixed poor timeout code in out_fdc. The timeout counter was not beingRodney W. Grimes1993-08-121-4/+19
* Modified attach printf's so that the output is compatible with the "new"David Greenman1993-07-151-13/+9
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+903