summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-30 22:53:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-30 22:53:56 +0000
commitca0aefbffded4b89e72629ea8e888b4186dca177 (patch)
tree3153917c17d07bca8ce8b0b1df0027d154e9e6a1 /sys/arch
parent88d7a9a4253e61aa4a585d2887005d55425f23e1 (diff)
do not truncate swdevt[] ever
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/mvme68k/autoconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/mvme68k/autoconf.c b/sys/arch/mvme68k/mvme68k/autoconf.c
index 5e102891bf8..2a69cee5127 100644
--- a/sys/arch/mvme68k/mvme68k/autoconf.c
+++ b/sys/arch/mvme68k/mvme68k/autoconf.c
@@ -1,4 +1,4 @@
-/* $Id: autoconf.c,v 1.2 1995/11/07 08:50:15 deraadt Exp $ */
+/* $Id: autoconf.c,v 1.3 1995/11/30 22:53:55 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -394,7 +394,7 @@ gotswap:
rootdev = nrootdev;
dumpdev = nswapdev;
swdevt[0].sw_dev = nswapdev;
- swdevt[1].sw_dev = NODEV;
+ /* swdevt[1].sw_dev = NODEV; */
/* XXX should ask for devices to boot from */
#else
panic("RB_ASKNAME not implimented");
@@ -432,7 +432,7 @@ gotswap:
boottype = DV_IFNET;
}
swdevt[0].sw_dev = nswapdev;
- swdevt[1].sw_dev = NODEV;
+ /* swdevt[1].sw_dev = NODEV; */
} else {
/*
* `root DEV swap DEV': honour rootdev/swdevt.