Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/conf Enable modules
details: https://anonhg.NetBSD.org/src/rev/1e6f515caa0b
branches: trunk
changeset: 932555:1e6f515caa0b
user: skrll <skrll%NetBSD.org@localhost>
date: Mon May 11 10:23:36 2020 +0000
description:
Enable modules
diffstat:
sys/arch/hppa/conf/GENERIC | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 924671c7176e -r 1e6f515caa0b sys/arch/hppa/conf/GENERIC
--- a/sys/arch/hppa/conf/GENERIC Mon May 11 10:21:24 2020 +0000
+++ b/sys/arch/hppa/conf/GENERIC Mon May 11 10:23:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.32 2020/01/29 18:39:02 maya Exp $
+# $NetBSD: GENERIC,v 1.33 2020/05/11 10:23:36 skrll Exp $
#
# GENERIC machine description file
#
@@ -23,7 +23,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-#ident "GENERIC-$Revision: 1.32 $"
+#ident "GENERIC-$Revision: 1.33 $"
maxusers 32 # estimated number of users
@@ -57,6 +57,9 @@
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
+options MODULAR # new style module(7) framework
+options MODULAR_DEFAULT_AUTOLOAD
+
options USERCONF # userconf(4) support
# Alternate buffer queue strategies for better responsiveness under high
Home |
Main Index |
Thread Index |
Old Index