Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf We cannot specify root on md0a because md...
details: https://anonhg.NetBSD.org/src/rev/3a58bfff20fc
branches: trunk
changeset: 487623:3a58bfff20fc
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 10 04:29:41 2000 +0000
description:
We cannot specify root on md0a because md is pseudo-device.
"options MEMORY_DISK_IS_ROOT" is enough for this.
diffstat:
sys/arch/sun3/conf/RAMDISK | 4 ++--
sys/arch/sun3/conf/RAMDISK3X | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 76014a94deed -r 3a58bfff20fc sys/arch/sun3/conf/RAMDISK
--- a/sys/arch/sun3/conf/RAMDISK Sat Jun 10 04:29:31 2000 +0000
+++ b/sys/arch/sun3/conf/RAMDISK Sat Jun 10 04:29:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.23 2000/06/09 13:30:42 tsutsui Exp $
+# $NetBSD: RAMDISK,v 1.24 2000/06/10 04:29:41 tsutsui Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -37,7 +37,7 @@
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MINIROOTSIZE=800 # size of memory disk, in blocks
-config netbsd root on md0a type ffs
+config netbsd root on ? type ffs
# On-board I/O space (required)
include "arch/sun3/conf/obio.sun3"
diff -r 76014a94deed -r 3a58bfff20fc sys/arch/sun3/conf/RAMDISK3X
--- a/sys/arch/sun3/conf/RAMDISK3X Sat Jun 10 04:29:31 2000 +0000
+++ b/sys/arch/sun3/conf/RAMDISK3X Sat Jun 10 04:29:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.10 2000/06/09 13:30:42 tsutsui Exp $
+# $NetBSD: RAMDISK3X,v 1.11 2000/06/10 04:29:41 tsutsui Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -37,7 +37,7 @@
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MINIROOTSIZE=800 # size of memory disk, in blocks
-config netbsd root on md0a type ffs
+config netbsd root on ? type ffs
# On-board I/O space (required)
include "arch/sun3/conf/obio.sun3x"
Home |
Main Index |
Thread Index |
Old Index