Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf also disable SYSCTL_INCLUDE_DESCR.
details: https://anonhg.NetBSD.org/src/rev/dc8106d0d2c0
branches: trunk
changeset: 321230:dc8106d0d2c0
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Mar 07 09:44:22 2018 +0000
description:
also disable SYSCTL_INCLUDE_DESCR.
copy sun3 disables to sun3x mostly. it has the same ufsboot 2MB limit.
diffstat:
sys/arch/sun3/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC3X | 37 ++++++++++++++++++++-----------------
2 files changed, 23 insertions(+), 20 deletions(-)
diffs (123 lines):
diff -r 9ac575599a2e -r dc8106d0d2c0 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Wed Mar 07 09:25:56 2018 +0000
+++ b/sys/arch/sun3/conf/GENERIC Wed Mar 07 09:44:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.177 2018/03/03 03:19:36 mrg Exp $
+# $NetBSD: GENERIC,v 1.178 2018/03/07 09:44:22 mrg Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.177 $"
+#ident "GENERIC-$Revision: 1.178 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -48,7 +48,7 @@
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
+#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
diff -r 9ac575599a2e -r dc8106d0d2c0 sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X Wed Mar 07 09:25:56 2018 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X Wed Mar 07 09:44:22 2018 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: GENERIC3X,v 1.130 2018/01/23 14:47:56 sevan Exp $
+# $NetBSD: GENERIC3X,v 1.131 2018/03/07 09:44:22 mrg Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
include "arch/sun3/conf/std.sun3x"
-options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC3X-$Revision: 1.130 $"
+#ident "GENERIC3X-$Revision: 1.131 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -29,8 +29,8 @@
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
+options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
@@ -53,11 +53,13 @@
#options SCSIVERBOSE # Verbose SCSI errors
# Compatibility options
-include "conf/compat_netbsd10.config"
-options COMPAT_AOUT_M68K # support for NetBSD a.out executables
+# Originally in NetBSD 1.0, but limited to 6.0 for size.
+#include "conf/compat_netbsd10.config"
+include "conf/compat_netbsd60.config"
+#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
-options EXEC_AOUT # support for a.out executables
-options COMPAT_SUNOS # can run SunOS 4.1.1 executables
+#options EXEC_AOUT # support for a.out executables
+#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_SVR4 # can run SVR4 executables
# Filesystem options
@@ -65,28 +67,29 @@
file-system NFS # Sun NFS client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS FAT file system
-file-system FDESC # /dev/fd/*
-file-system KERNFS # /kern
+#file-system FDESC # /dev/fd/*
+#file-system KERNFS # /kern
file-system NULLFS # loopback file system
#file-system OVERLAY # overlay file system
file-system PROCFS # /proc
#file-system UNION # union file system
file-system MFS # memory-based filesystem
file-system PTYFS # /dev/pts/N support
-file-system TMPFS # Efficient memory file-system
+# Disabled as 20KB larger than MFS.
+#file-system TMPFS # Efficient memory file-system
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
-options NFSSERVER # nfs server support
+#options NFSSERVER # nfs server support
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_EI # FFS Endian Independent support
-options WAPBL # File system journaling support
+#options WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options
options INET # IP protocol stack support
-options INET6 # IPV6
+#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
@@ -227,8 +230,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
# Memory-disk drivers
pseudo-device md
Home |
Main Index |
Thread Index |
Old Index