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.hppa | |
parent | 2087706e06239db168960fed58b6d0b5b3ac28e4 (diff) |
16 partitions, and fix a few glitches (mainly :bx sizes not being power of two)
Diffstat (limited to 'etc/etc.hppa')
-rw-r--r-- | etc/etc.hppa/disktab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.hppa/disktab b/etc/etc.hppa/disktab index 599539cbeac..299c5a8ba5c 100644 --- a/etc/etc.hppa/disktab +++ b/etc/etc.hppa/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.3 2003/02/05 20:19:13 mickey Exp $ +# $OpenBSD: disktab,v 1.4 2003/03/01 00:46:23 miod Exp $ # # @(#)disktab 5.5 (Berkeley) 2/27/91 # @@ -12,9 +12,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 |