Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf USERCONF works but it isn't very usef...



details:   https://anonhg.NetBSD.org/src/rev/c2653f5918fd
branches:  trunk
changeset: 772048:c2653f5918fd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Dec 15 11:26:04 2011 +0000

description:
USERCONF works but it isn't very useful, so remove it

diffstat:

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

diffs (24 lines):

diff -r eeafcd161a6a -r c2653f5918fd sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Thu Dec 15 11:23:52 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Thu Dec 15 11:26:04 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.23 2011/12/15 01:25:41 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.24 2011/12/15 11:26:04 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.23 $"
+#ident                 "GENERIC-$Revision: 1.24 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -13,7 +13,7 @@
 
 options        RTC_OFFSET=0
 options        KTRACE
-options        USERCONF
+#options       USERCONF
 
 options        SYSVMSG
 options        SYSVSEM



Home | Main Index | Thread Index | Old Index