| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out my previous change and disable the floppy tape controller again | Jordan K. Hubbard | 1995-01-27 | 1 | -1/+4 |
| * | Enable floppy-tape controller by default again. Flags no longer has any | Jordan K. Hubbard | 1995-01-17 | 1 | -5/+2 |
| * | Argl!, finally found this bummer. The code testing for a write- | Joerg Wunsch | 1995-01-12 | 1 | -36/+10 |
| * | Finally implement support for the `lsdev' program. The controller is | Joerg Wunsch | 1995-01-11 | 1 | -14/+30 |
| * | Peter's work to work around one of the most annoying bugs in the | Joerg Wunsch | 1995-01-06 | 1 | -142/+365 |
| * | Here is a minor patch for FreeBSD 2.0R to allow it to recognize | Joerg Wunsch | 1994-12-04 | 1 | -1/+5 |
| * | Reverse the meaning of previous change. | Jordan K. Hubbard | 1994-11-30 | 1 | -7/+5 |
| * | Experimental change to floppy driver to NOT probe the floppy tape if | Jordan K. Hubbard | 1994-11-29 | 1 | -2/+7 |
| * | Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages. | Poul-Henning Kamp | 1994-11-18 | 1 | -3/+3 |
| * | Change "fdx: Floppy not writeable" to less confusing | Andrey A. Chernov | 1994-11-08 | 1 | -2/+2 |
| * | From: Lars Fredriksen <fredriks@mcs.com> | Jordan K. Hubbard | 1994-11-08 | 1 | -1/+21 |
| * | Back out Joerg's latest commit. Sorry, Joerg, but this breaks the install | Jordan K. Hubbard | 1994-11-02 | 1 | -143/+98 |
| * | Several minor fixes to the floppy driver: | Joerg Wunsch | 1994-10-30 | 1 | -99/+144 |
| * | Julian Elischer's disklabel fixes. | Jordan K. Hubbard | 1994-10-27 | 1 | -4/+4 |
| * | Finished device configuration database work for all ISA devices (except `ze') | Garrett Wollman | 1994-10-23 | 1 | -26/+38 |
| * | Checking for timeout at several critical calls to ``out_fdc()'' now, | Joerg Wunsch | 1994-10-21 | 1 | -14/+56 |
| * | Add support for devconf to a large number of device drivers, and do | Garrett Wollman | 1994-10-19 | 1 | -2/+2 |
| * | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | Garrett Wollman | 1994-10-19 | 1 | -1/+91 |
| * | Cosmetics. Silence gcc -Wall. Much more to do here :-( | Poul-Henning Kamp | 1994-10-10 | 1 | -4/+4 |
| * | An ifdef almost hit where it was supposed to go. Joerg owes me a good | Poul-Henning Kamp | 1994-09-25 | 1 | -6/+6 |
| * | Copied over the transfer speed definitions from sys/i386/isa/fdreg.h. | Joerg Wunsch | 1994-09-25 | 1 | -1/+3 |
| * | Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Got | Poul-Henning Kamp | 1994-09-25 | 1 | -1/+5 |
| * | Fixed the problem where the floppy has incorrectly failed probing | Joerg Wunsch | 1994-09-17 | 1 | -17/+34 |
| * | Updated driver to the 1.1.5 version: | David Greenman | 1994-09-17 | 2 | -304/+496 |
| * | Use RAW_PART=2 to trick diskerr | Andrey A. Chernov | 1994-08-29 | 1 | -2/+4 |
| * | Ran ft.c through ident. | Paul Richards | 1994-08-23 | 1 | -16/+16 |
| * | Change all #includes to follow the current Berkeley style. Some of these | Garrett Wollman | 1994-08-13 | 2 | -9/+9 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -17/+17 |
| * | Bug fixes and performance improvements from John Dyson and myself: | David Greenman | 1994-04-20 | 1 | -1/+2 |
| * | From: Jim Babb <babb@sedhps01.mdc.com> | Nate Williams | 1994-03-08 | 1 | -1/+2 |
| * | 360 DD entry speed fixed to 250KBPS | Andrey A. Chernov | 1994-03-02 | 1 | -2/+2 |
| * | floppy tape support shouldn't interfere with floppy disk driver on | Andrew Moore | 1994-03-02 | 1 | -3/+4 |
| * | From: Jim Babb <babb@sedhps01.mdc.com> | Nate Williams | 1994-02-14 | 1 | -3/+6 |
| * | Tentative fdc patches... | Andrew Moore | 1994-02-07 | 2 | -39/+2 |
| * | Add floppy tape driver - fd => fdc | Andrew Moore | 1994-02-07 | 2 | -96/+180 |
| * | Use separate fields for format GAP and read/write GAP. | Andrey A. Chernov | 1993-12-21 | 1 | -18/+15 |
| * | Make everything compile with -Wtraditional. Make it easier to distribute | Garrett Wollman | 1993-12-19 | 1 | -6/+8 |
| * | Media table reorganization. | Andrey A. Chernov | 1993-12-19 | 1 | -124/+229 |
| * | Reorganization of format table. | Andrey A. Chernov | 1993-12-18 | 1 | -33/+69 |
| * | Added following formats (derived from MSDOS fdformat): | Andrey A. Chernov | 1993-12-16 | 1 | -10/+19 |
| * | No more partition bits in floppy minor. | Andrey A. Chernov | 1993-12-16 | 1 | -36/+55 |
| * | Add more strictly size check into Fdopen to eliminate | Andrey A. Chernov | 1993-12-13 | 1 | -4/+14 |
| * | Add 360K floppy support. | Andrey A. Chernov | 1993-12-12 | 1 | -5/+22 |
| * | Add popular 720k floppy in HD drive floppy type. | Andrey A. Chernov | 1993-12-12 | 1 | -4/+5 |
| * | Fixed the error that a Fdopen succeeds without a found fd controller in | Andreas Schulz | 1993-12-04 | 1 | -2/+3 |
| * | Reset fdc during probe. | Andrew Moore | 1993-12-03 | 1 | -1/+7 |
| * | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | Garrett Wollman | 1993-11-25 | 1 | -33/+54 |
| * | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | Rodney W. Grimes | 1993-10-16 | 1 | -8/+2 |
| * | >From: bde@kralizec.zeta.org.au (Bruce Evans) | Rodney W. Grimes | 1993-09-23 | 1 | -8/+9 |
| * | Removed $Log$ section and patch kit headers. And here is the full | Rodney W. Grimes | 1993-09-15 | 1 | -59/+2 |