This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-15 10:17:20 +00:00
Code
Issues
Releases
Activity
7f94b8deee
freebsd
/
usr.sbin
/
fdread
/
Makefile
7 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial import of fdread(1), a logical counterpart to fdwrite(1). 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.
2001-05-14 20:22:49 +00:00
# $FreeBSD$
PROG
=
fdread
Break out the function to print the FDC error information into fdutil.c so it can be used elsewhere.
2001-07-02 21:21:58 +00:00
SRCS
=
fdread.c fdutil.c
Initial import of fdread(1), a logical counterpart to fdwrite(1). 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.
2001-05-14 20:22:49 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink