Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/macppc/conf Pull up revision 1.173 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/c77ccc31fa9c
branches:  netbsd-2-0
changeset: 560259:c77ccc31fa9c
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 05 20:52:25 2004 +0000

description:
Pull up revision 1.173 (requested by mrg in ticket #64):
enable "INSECURE" kernel option so that GENERIC kernels are capable of
running XF4 servers.  while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 08c365da6721 -r c77ccc31fa9c sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Apr 05 20:50:10 2004 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Apr 05 20:52:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.171 2004/01/14 22:29:03 jonathan Exp $
+# $NetBSD: GENERIC,v 1.171.2.1 2004/04/05 20:52:25 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,14 +22,14 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.171 $"
+#ident                 "GENERIC-$Revision: 1.171.2.1 $"
 
 maxusers       32
 
 options        ALTIVEC         # Include AltiVec support
 
 # Standard system options
-#options       INSECURE        # disable kernel security levels
+options        INSECURE        # disable kernel security levels
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options        NTP             # NTP phase/frequency locked loop



Home | Main Index | Thread Index | Old Index