Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf add INSECURE so X can map PCI memory a...



details:   https://anonhg.NetBSD.org/src/rev/7fd3f1cbd5ee
branches:  trunk
changeset: 785164:7fd3f1cbd5ee
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 28 13:02:20 2013 +0000

description:
add INSECURE so X can map PCI memory and registers

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 679a03d6d478 -r 7fd3f1cbd5ee sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Thu Feb 28 12:51:18 2013 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Thu Feb 28 13:02:20 2013 +0000
@@ -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 @@
 
 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       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



Home | Main Index | Thread Index | Old Index