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 comment out debug spam, add more files...



details:   https://anonhg.NetBSD.org/src/rev/357f4161f273
branches:  trunk
changeset: 336597:357f4161f273
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Mar 07 15:39:57 2015 +0000

description:
comment out debug spam, add more filesystems

diffstat:

 sys/arch/evbmips/conf/CI20 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (80 lines):

diff -r 3cb84f2fc1d4 -r 357f4161f273 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Sat Mar 07 15:38:32 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20        Sat Mar 07 15:39:57 2015 +0000
@@ -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 @@
 
 #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 @@
 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 @@
 
 # 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 @@
 # 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        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?



Home | Main Index | Thread Index | Old Index