This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-21 17:00:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
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 16:22:49 -04: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 17:21:58 -04: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 16:22:49 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink