Module Name:    src
Committed By:   macallan
Date:           Thu Feb 28 13:02:20 UTC 2013

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

Log Message:
add INSECURE so X can map PCI memory and registers


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/sys/arch/evbmips/conf/LOONGSON:1.15
--- src/sys/arch/evbmips/conf/LOONGSON:1.14	Thu Feb 28 12:51:18 2013
+++ src/sys/arch/evbmips/conf/LOONGSON	Thu Feb 28 13:02:20 2013
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.14 2013/02/28 12:51:18 macallan Exp $
+# $NetBSD: LOONGSON,v 1.15 2013/02/28 13:02:20 macallan 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.14 $"
+#ident 		"LOONGSON-$Revision: 1.15 $"
 
 maxusers	16
 
@@ -69,6 +69,8 @@ options 	USERCONF		# userconf(4) support
 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
+options 	INSECURE	# disable kernel security levels
+
 # Filesystem options
 file-system 	FFS		# fast filesystem with user and group quotas
 file-system 	MFS		# memory-based filesystem

Reply via email to