diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:39:54 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:39:54 +0000 |
commit | 70ada14b8e9d9b499c52f1b65e8cd63914c56496 (patch) | |
tree | f884d7e2414a4d219b40ae3a9c6459e0d45a90c1 | |
parent | 9d6c4006ce188cd6370c1d84b625ab6e6d384931 (diff) |
simpleroot disktab entry
-rw-r--r-- | etc/etc.alpha/disktab | 12 | ||||
-rw-r--r-- | etc/etc.pmax/disktab | 10 |
2 files changed, 21 insertions, 1 deletions
diff --git a/etc/etc.alpha/disktab b/etc/etc.alpha/disktab index 320f34b7ef6..0e8c9f259b3 100644 --- a/etc/etc.alpha/disktab +++ b/etc/etc.alpha/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.3 1996/11/12 09:16:35 niklas Exp $ +# $OpenBSD: disktab,v 1.4 1997/05/03 00:39:48 graichen Exp $ # $NetBSD: disktab,v 1.2 1995/10/13 03:09:39 cgd Exp $ # A DEC RZ25, configured so that all of the free partition IDs are at @@ -9,3 +9,13 @@ rz25|RZ25|DEC RZ25 SCSI:\ :pb#111600:ob#111600:tb=swap:\ :pc#823608:oc#0:\ :pd#600408:od#223200:bd#8192:fd#1024:td=4.2BSD: + +simpleroot:\ + :ty=winchester:\ + :dt=SCSI:\ + :ns#32:\ + :nt#64:\ + :nc#96:\ + :pa#65536:oa#0:ba#8192:fa#1024:ta=4.2BSD:\ + :pb#131072:ob#65536:tb=swap:\ + :pc#196608:oc#0: diff --git a/etc/etc.pmax/disktab b/etc/etc.pmax/disktab index 807852af6e4..a3ba45105db 100644 --- a/etc/etc.pmax/disktab +++ b/etc/etc.pmax/disktab @@ -37,6 +37,16 @@ # four times `a' while `c' is always the entire disk. The # sum of `d', `e', and `f' is equal to `g' which is everything else. +simpleroot:\ + :ty=winchester:\ + :dt=SCSI:\ + :ns#32:\ + :nt#64:\ + :nc#96:\ + :pa#65536:oa#0:ba#8192:fa#1024:ta=4.2BSD:\ + :pb#131072:ob#65536:tb=swap:\ + :pc#196608:oc#0: + rz22|RZ22|DEC RZ22 Winchester:\ :dt=SCSI:ty=winchester:ns#33:nt#4:nc#776:\ :pa#32768:oa#0:ba#8192:fa#1024:\ |