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 Config root on md0a, not md0.



details:   https://anonhg.NetBSD.org/src/rev/062c92b4b6f1
branches:  trunk
changeset: 487411:062c92b4b6f1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jun 07 13:26:25 2000 +0000

description:
Config root on md0a, not md0.

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 3badf9941ca0 -r 062c92b4b6f1 sys/arch/sun3/conf/RAMDISK
--- a/sys/arch/sun3/conf/RAMDISK        Wed Jun 07 13:24:11 2000 +0000
+++ b/sys/arch/sun3/conf/RAMDISK        Wed Jun 07 13:26:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.21 1998/06/26 01:54:12 lukem Exp $
+#      $NetBSD: RAMDISK,v 1.22 2000/06/07 13:26:25 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=512        # size of memory disk, in blocks
 
-config         netbsd root on md0 type ffs
+config         netbsd root on md0a type ffs
 
 # On-board I/O space (required)
 include "arch/sun3/conf/obio.sun3"
diff -r 3badf9941ca0 -r 062c92b4b6f1 sys/arch/sun3/conf/RAMDISK3X
--- a/sys/arch/sun3/conf/RAMDISK3X      Wed Jun 07 13:24:11 2000 +0000
+++ b/sys/arch/sun3/conf/RAMDISK3X      Wed Jun 07 13:26:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.8 1999/04/08 06:49:55 gwr Exp $
+# $NetBSD: RAMDISK3X,v 1.9 2000/06/07 13:26:26 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=512        # size of memory disk, in blocks
 
-config         netbsd root on md0 type ffs
+config         netbsd root on md0a type ffs
 
 # On-board I/O space (required)
 include "arch/sun3/conf/obio.sun3x"



Home | Main Index | Thread Index | Old Index