Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: use plain text parentheses with plain text blocks. | ru | 2001-07-05 | 1 | -3/+1 |
| | |||||
* | Break out the function to print the FDC error information into | joerg | 2001-07-02 | 4 | -44/+114 |
| | | | | fdutil.c so it can be used elsewhere. | ||||
* | Implement the -I option that uses the FD_READID ioctl in order to read | joerg | 2001-06-26 | 2 | -3/+107 |
| | | | | sector ID fields from a floppy, and display them. | ||||
* | Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle the | joerg | 2001-06-06 | 1 | -2/+1 |
| | | | | tools in usr.sbin/fd*. | ||||
* | Now that we've got the ne765.h file installed under <dev/ic/>, use it | joerg | 2001-06-04 | 1 | -2/+1 |
| | | | | | | here instead of the old "/sys/isa/ic/..." hack. This should fix building the world for machines that don't have a /sys symlink, finally. | ||||
* | Fix man page markup. | joerg | 2001-05-16 | 1 | -23/+28 |
| | | | | Submitted by: ru | ||||
* | Initial import of fdread(1), a logical counterpart to fdwrite(1). | joerg | 2001-05-14 | 3 | -0/+497 |
Its main purpose is to adapt automatically to the floppy parameters (in particular the track size for efficient reading), and to allow a simple error recovery for CRC-errored sectors. Requires the newly added fdc(4) options. |