Module Name:    src
Committed By:   nonaka
Date:           Tue May 29 20:02:42 UTC 2012

Modified Files:
        src/sys/arch/evbmips/conf: LOONGSON

Log Message:
Add SYSV{MSG,SEM,SHM} options.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/LOONGSON

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/LOONGSON
diff -u src/sys/arch/evbmips/conf/LOONGSON:1.10 src/sys/arch/evbmips/conf/LOONGSON:1.11
--- src/sys/arch/evbmips/conf/LOONGSON:1.10	Tue May 29 14:12:28 2012
+++ src/sys/arch/evbmips/conf/LOONGSON	Tue May 29 20:02:42 2012
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.10 2012/05/29 14:12:28 christos Exp $
+# $NetBSD: LOONGSON,v 1.11 2012/05/29 20:02:42 nonaka Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/evbmips/conf/std.loongson
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"LOONGSON-$Revision: 1.10 $"
+#ident 		"LOONGSON-$Revision: 1.11 $"
 
 maxusers	16
 
@@ -58,6 +58,11 @@ options 	NTP			# network time protocol
 
 #options 	WINCE_DEFAULT_SETTING	# Debugging use
 
+# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
+options 	SYSVMSG		# System V-like message queues
+options 	SYSVSEM		# System V-like semaphores
+options 	SYSVSHM		# System V-like memory sharing
+
 #options 	SYSCALL_DEBUG		# for debug
 #options 	HPCMIPS_L1CACHE_DISABLE	# disable L1 cache for debug
 options 	USERCONF		# userconf(4) support

Reply via email to