summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_fd.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1993-12-21 05:11:10 +0000
committerache <ache@FreeBSD.org>1993-12-21 05:11:10 +0000
commitffd03db10943c7abbdbf9f2b27c2699c150b021a (patch)
tree83de76d9c629db2e6faa90b6cedb99e371db1245 /sys/i386/include/ioctl_fd.h
parent4119384dea745f70c28c8d23131b2bba33510356 (diff)
downloadFreeBSD-src-ffd03db10943c7abbdbf9f2b27c2699c150b021a.zip
FreeBSD-src-ffd03db10943c7abbdbf9f2b27c2699c150b021a.tar.gz
Separate read/write and format GAPs.
Diffstat (limited to 'sys/i386/include/ioctl_fd.h')
-rw-r--r--sys/i386/include/ioctl_fd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/ioctl_fd.h b/sys/i386/include/ioctl_fd.h
index 7c59e56..e15cbb3 100644
--- a/sys/i386/include/ioctl_fd.h
+++ b/sys/i386/include/ioctl_fd.h
@@ -77,7 +77,8 @@ struct fd_type {
int steptrac; /* steps per cylinder */
int trans; /* transfer speed code */
int heads; /* number of heads */
- int intleave; /* interleave factor */
+ int f_gap; /* format gap len */
+ int f_inter; /* format interleave factor */
};
#define FD_FORM _IOW('F', 61, struct fd_formb) /* format a track */
OpenPOWER on IntegriCloud