Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/conf Shrink GENERIC and enable MODULAR inst...



details:   https://anonhg.NetBSD.org/src/rev/bb3b4f1a1835
branches:  trunk
changeset: 330702:bb3b4f1a1835
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jul 18 17:19:35 2014 +0000

description:
Shrink GENERIC and enable MODULAR instead.

diffstat:

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

diffs (91 lines):

diff -r 2cb90d211488 -r bb3b4f1a1835 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Fri Jul 18 17:06:13 2014 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Fri Jul 18 17:19:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.119 2014/07/05 09:14:02 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.120 2014/07/18 17:19:35 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.119 $"
+#ident                 "GENERIC-$Revision: 1.120 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -40,7 +40,7 @@
 options        SYSVSEM                 # System V semaphores
 options        SYSVSHM                 # System V shared memory
 
-#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)
@@ -85,7 +85,7 @@
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
-file-system    LFS             # log-structured file system
+#file-system   LFS             # log-structured file system
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    MFS             # memory-based filesystem
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
@@ -94,10 +94,10 @@
 file-system    PROCFS          # /proc
 file-system    FDESC           # /dev/fd/*
 file-system    NULLFS          # loopback file system
-file-system    OVERLAY         # overlay file system
-file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system    UMAPFS          # NULLFS + uid and gid remapping
-file-system    UNION           # union file system
+#file-system   OVERLAY         # overlay file system
+#file-system   PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
+#file-system   UMAPFS          # NULLFS + uid and gid remapping
+#file-system   UNION           # union file system
 #file-system   CODA            # Coda File System; also needs vcode (below)
 file-system    PTYFS           # /dev/pts/N support
 file-system    TMPFS           # Efficient memory file-system
@@ -108,7 +108,7 @@
 options        QUOTA2          # new, in-filesystem UFS quotas
 #options       FFS_EI          # ffs endian independent support
 options        WAPBL           # File system journaling support
-#options       FFS_NO_SNAPSHOT # No FFS snapshot support
+options        FFS_NO_SNAPSHOT # No FFS snapshot support
 #options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 
 # Networking options
@@ -120,8 +120,8 @@
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast
 #options       NETATALK        # AppleTalk networking protocols
-options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
-options        PPP_DEFLATE     # Deflate compression support for PPP
+#options       PPP_BSDCOMP     # BSD-Compress compression support for PPP
+#options       PPP_DEFLATE     # Deflate compression support for PPP
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        IPFILTER_LOG    # ipmon(8) log support
 options        IPFILTER_LOOKUP # ippool(8) support
@@ -223,8 +223,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
 
 # Misc.
 pseudo-device  loop                    # loopback interface; required
@@ -244,7 +244,7 @@
 #options       RF_INCLUDE_INTERDECLUSTER=1
 #options       RF_INCLUDE_PARITY_DECLUSTERING=1
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
-pseudo-device  fss                     # file system snapshot device
+#pseudo-device fss                     # file system snapshot device
 pseudo-device  sl                      # SLIP interfaces
 pseudo-device  ppp                     # PPP interfaces
 pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)



Home | Main Index | Thread Index | Old Index