diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-01 00:46:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-01 00:46:25 +0000 |
commit | f8d54f49caf5b8a5962dc7f31ed98482bb72a618 (patch) | |
tree | 040d89a1b099242757a78fb4c16cde5e280aa174 /etc/etc.mvme68k/disktab | |
parent | 2087706e06239db168960fed58b6d0b5b3ac28e4 (diff) |
16 partitions, and fix a few glitches (mainly :bx sizes not being power of two)
Diffstat (limited to 'etc/etc.mvme68k/disktab')
-rw-r--r-- | etc/etc.mvme68k/disktab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.mvme68k/disktab b/etc/etc.mvme68k/disktab index 97b85c1f598..05c3723ba36 100644 --- a/etc/etc.mvme68k/disktab +++ b/etc/etc.mvme68k/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.6 2002/06/09 06:15:14 todd Exp $ +# $OpenBSD: disktab,v 1.7 2003/03/01 00:46:23 miod Exp $ # # @(#)disktab 5.5 (Berkeley) 2/27/91 @@ -13,9 +13,9 @@ # se sector size, 512 default # sf supports bad144-style bad sector forwarding # so partition offsets in sectors -# p[a-h] partition sizes in sectors -# b[a-h] partition block sizes in bytes -# f[a-h] partition fragment sizes in bytes +# p[a-p] partition sizes in sectors +# b[a-p] partition block sizes in bytes +# f[a-p] partition fragment sizes in bytes # # All partition sizes contain space # for bad sector tables unless the |