This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
07be7a6c2e
freebsd-dev
/
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