summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread/fdread.c
Commit message (Collapse)AuthorAgeFilesLines
* Break out the function to print the FDC error information intojoerg2001-07-021-44/+4
| | | | fdutil.c so it can be used elsewhere.
* Implement the -I option that uses the FD_READID ioctl in order to readjoerg2001-06-261-3/+75
| | | | sector ID fields from a floppy, and display them.
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-061-2/+1
| | | | tools in usr.sbin/fd*.
* Now that we've got the ne765.h file installed under <dev/ic/>, use itjoerg2001-06-041-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.
* Initial import of fdread(1), a logical counterpart to fdwrite(1).joerg2001-05-141-0/+307
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.
OpenPOWER on IntegriCloud