Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf No need for other kernel configs



details:   https://anonhg.NetBSD.org/src/rev/c530b47ffaff
branches:  trunk
changeset: 338301:c530b47ffaff
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 17 19:36:52 2015 +0000

description:
No need for other kernel configs

diffstat:

 sys/arch/evbmips/conf/INSTALL_XLSATX32 |  8 ++++++--
 sys/arch/evbmips/conf/INSTALL_XLSATX64 |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r da253a1f8b17 -r c530b47ffaff sys/arch/evbmips/conf/INSTALL_XLSATX32
--- a/sys/arch/evbmips/conf/INSTALL_XLSATX32    Sun May 17 18:52:37 2015 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_XLSATX32    Sun May 17 19:36:52 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: INSTALL_XLSATX32,v 1.2 2011/02/20 07:48:33 matt Exp $
+# $NetBSD: INSTALL_XLSATX32,v 1.3 2015/05/17 19:36:52 matt Exp $
 
 include                "arch/evbmips/conf/XLSATX32"
 
-#ident         "INSTALL_XLSATX32-$Revision: 1.2 $"           
+#ident         "INSTALL_XLSATX32-$Revision: 1.3 $"           
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
@@ -12,3 +12,7 @@
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
 options        MEMORY_DISK_SERVER=0            # no userspace memory disk
 options        MEMORY_DISK_ROOT_SIZE=12288     # size of memory disk, in blocks
+
+no config netbsd-wm0
+no config netbsd-msk0
+no config netbsd-sd0a
diff -r da253a1f8b17 -r c530b47ffaff sys/arch/evbmips/conf/INSTALL_XLSATX64
--- a/sys/arch/evbmips/conf/INSTALL_XLSATX64    Sun May 17 18:52:37 2015 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_XLSATX64    Sun May 17 19:36:52 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: INSTALL_XLSATX64,v 1.2 2011/02/20 07:48:33 matt Exp $
+# $NetBSD: INSTALL_XLSATX64,v 1.3 2015/05/17 19:36:52 matt Exp $
 
 include                "arch/evbmips/conf/XLSATX64"
 
-#ident         "INSTALL_XLSATX64-$Revision: 1.2 $"           
+#ident         "INSTALL_XLSATX64-$Revision: 1.3 $"           
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
@@ -12,3 +12,7 @@
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
 options        MEMORY_DISK_SERVER=0            # no userspace memory disk
 options        MEMORY_DISK_ROOT_SIZE=12288     # size of memory disk, in blocks
+
+no config netbsd-wm0
+no config netbsd-msk0
+no config netbsd-sd0a



Home | Main Index | Thread Index | Old Index