date and time created 90/06/25 13:56:22 by bostic
[unix-history] / usr / src / include / disktab.h
index f4472b8..80b5549 100644 (file)
@@ -1,4 +1,11 @@
-/*     disktab.h       4.3     83/08/11        */
+/*
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)disktab.h   5.4 (Berkeley) %G%
+ */
 
 /*
  * Disk description table, see disktab(5)
 
 /*
  * Disk description table, see disktab(5)
@@ -13,6 +20,8 @@ struct        disktab {
        int     d_nsectors;             /* # sectors/track */
        int     d_ncylinders;           /* # cylinders */
        int     d_rpm;                  /* revolutions/minute */
        int     d_nsectors;             /* # sectors/track */
        int     d_ncylinders;           /* # cylinders */
        int     d_rpm;                  /* revolutions/minute */
+       int     d_badsectforw;          /* supports DEC bad144 std */
+       int     d_sectoffset;           /* use sect rather than cyl offsets */
        struct  partition {
                int     p_size;         /* #sectors in partition */
                short   p_bsize;        /* block size in bytes */
        struct  partition {
                int     p_size;         /* #sectors in partition */
                short   p_bsize;        /* block size in bytes */