Module Name: src
Committed By: macallan
Date: Sat Mar 7 15:39:57 UTC 2015
Modified Files:
src/sys/arch/evbmips/conf: CI20
Log Message:
comment out debug spam, add more filesystems
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbmips/conf/CI20
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/conf/CI20
diff -u src/sys/arch/evbmips/conf/CI20:1.7 src/sys/arch/evbmips/conf/CI20:1.8
--- src/sys/arch/evbmips/conf/CI20:1.7 Thu Dec 25 05:15:42 2014
+++ src/sys/arch/evbmips/conf/CI20 Sat Mar 7 15:39:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CI20,v 1.7 2014/12/25 05:15:42 macallan Exp $
+# $NetBSD: CI20,v 1.8 2015/03/07 15:39:57 macallan Exp $
#
# MIPS Creator CI20
#
@@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "CI20-$Revision: 1.7 $"
+#ident "CI20-$Revision: 1.8 $"
maxusers 32
@@ -52,8 +52,8 @@ options DDB_HISTORY_SIZE=100 # enable h
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1 # size for embedded symbol table
-options INGENIC_DEBUG
-options INGENIC_CLOCK_DEBUG
+#options INGENIC_DEBUG
+#options INGENIC_CLOCK_DEBUG
#options INGENIC_INTR_DEBUG # *very* spammy
# Compatibility options
@@ -75,21 +75,22 @@ options INGENIC_CLOCK_DEBUG
# File systems
file-system FFS # Berkeley Fast Filesystem
-file-system MFS # memory-based filesystem
+#file-system MFS # memory-based filesystem
#file-system EXT2FS # second extended file system (linux)
file-system NFS # Sun NFS-compatible filesystem client
-#file-system KERNFS # kernel data-structure filesystem
+file-system KERNFS # kernel data-structure filesystem
#file-system NULLFS # NULL layered filesystem
#file-system OVERLAY # overlay file system
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
#file-system LFS # Log-based filesystem (still experimental)
-#file-system PROCFS # /proc
+file-system PROCFS # /proc
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system UNION # union file system
-#file-system MSDOSFS # MS-DOS FAT filesystem(s).
+file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system CODA # Coda File System; also needs vcoda (below)
-#file-system PTYFS # /dev/pts/N support
+file-system PTYFS # /dev/pts/N support
+file-system TMPFS # Efficient memory file-system
# File system options
#options NFSSERVER # Sun NFS-compatible filesystem server
@@ -104,7 +105,7 @@ options FFS_NO_SNAPSHOT # No FFS snapsh
# Networking options
#options GATEWAY # IP packet forwarding
options INET # Internet protocols
-#options INET6 # IPV6
+options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # packet forwarding of multicast packets
@@ -128,10 +129,11 @@ options INET # Internet protocols
options MIIVERBOSE # verbose PHY autoconfig messages
options NFS_BOOT_BOOTP
-#options NFS_BOOT_DHCP
+options NFS_BOOT_DHCP
#options NFS_V2_ONLY
-config netbsd root on ? type ?
+config netbsd root on sd0a type ffs
+#config netbsd root on axe0 type nfs
mainbus0 at root
cpu0 at mainbus?