Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Corrected the xref to the driver man page to be fdc(4) now that | joerg | 1994-10-28 | 1 | -2/+2 |
| | | | | we have one (instead of fd(4)). | ||||
* | Transfer speed definitions are now also found in <machine/ioctl_fd.h>. | joerg | 1994-09-25 | 2 | -2/+1 |
| | | | | Remove the old include file, since it used to be in a non-public place. | ||||
* | Added a missing ${DESTDIR}. The real problem is that stuff related to | phk | 1994-09-18 | 1 | -1/+1 |
| | | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ?? | ||||
* | Fix include path. | dg | 1994-09-17 | 2 | -2/+2 |
| | |||||
* | Make use of the new FDOPT_NORETRY facility. It does not make sense to | joerg | 1994-05-22 | 3 | -56/+61 |
| | | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup. | ||||
* | From: phk@login.dkuug.dk (Poul-Henning Kamp) | rgrimes | 1994-02-20 | 1 | -3/+3 |
| | | | | | | | | Message-Id: <9402201119.AA06430@login.dkuug.dk> Subject: bug in fdformat.c There is a bug in fdformat.c: the number of heads are hardcoded in two places. This is quite inconsequencial at present, but a bug nontheless. | ||||
* | Some fixes from Joerg | ache | 1994-02-11 | 1 | -8/+15 |
| | |||||
* | Fix size of il (interleave) array. | ache | 1994-02-10 | 1 | -1/+1 |
| | |||||
* | Add interleave > 1 support by Poul-Henning Kamp. | ache | 1994-02-10 | 2 | -10/+17 |
| | | | | Chack valid range of sectors per track. | ||||
* | We got now floppy formatter | ache | 1994-01-26 | 3 | -0/+506 |