ANSIfication
[unix-history] / usr / src / include / disktab.h
index fb3132b..0a8e129 100644 (file)
@@ -1,4 +1,10 @@
-/*     @(#)disktab.h   4.2 (Berkeley) %G%      */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)disktab.h   5.2 (Berkeley) %G%
+ */
 
 /*
  * Disk description table, see disktab(5)
 
 /*
  * Disk description table, see disktab(5)
@@ -13,6 +19,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 */