Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/conf Enable NULLFS and MODULAR, and disable UM...



details:   https://anonhg.NetBSD.org/src/rev/fb97b2528483
branches:  trunk
changeset: 797462:fb97b2528483
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jul 18 17:06:13 2014 +0000

description:
Enable NULLFS and MODULAR, and disable UMAPFS, accf_data and accf_http.

No particular comments on port-x68k@.

diffstat:

 sys/arch/x68k/conf/GENERIC |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 20a70e824b72 -r fb97b2528483 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Fri Jul 18 16:25:17 2014 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Fri Jul 18 17:06:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.173 2014/07/05 09:18:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.174 2014/07/18 17:06:13 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.173 $"
+#ident                 "GENERIC-$Revision: 1.174 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -80,7 +80,7 @@
 options        SYSVSHM         # System V shared memory
 
 ## Loadable kernel module support
-#options       MODULAR         # new style module(7) framework
+options        MODULAR         # new style module(7) framework
 
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
@@ -175,11 +175,11 @@
 file-system    FFS             # Berkeley Fast Filesystem
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    KERNFS          # kernel data-structure filesystem
-#file-system   NULLFS          # NULL layered filesystem
+file-system    NULLFS          # NULL layered filesystem
 #file-system   OVERLAY         # overlay file system
 file-system    MFS             # memory-based filesystem
 #file-system   FDESC           # user file descriptor filesystem
-file-system    UMAPFS          # uid/gid remapping filesystem
+#file-system   UMAPFS          # uid/gid remapping filesystem
 #file-system   LFS             # Log-structured filesystem (experimental)
 file-system    PROCFS          # /proc
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
@@ -428,8 +428,8 @@
 
 #
 # accept filters
-pseudo-device   accf_data              # "dataready" accept filter
-pseudo-device   accf_http              # "httpready" accept filter
+#pseudo-device   accf_data             # "dataready" accept filter
+#pseudo-device   accf_http             # "httpready" accept filter
 
 ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.



Home | Main Index | Thread Index | Old Index