Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add an MP version of this config, and ad...



details:   https://anonhg.NetBSD.org/src/rev/6da2bf2e7701
branches:  trunk
changeset: 486483:6da2bf2e7701
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 23 05:01:56 2000 +0000

description:
Add an MP version of this config, and add come commented out
debugging options.

diffstat:

 sys/arch/alpha/conf/FRAU-FARBISSINA    |  6 ++++--
 sys/arch/alpha/conf/FRAU-FARBISSINA.MP |  7 +++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 72e1db00cbf3 -r 6da2bf2e7701 sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Tue May 23 04:35:32 2000 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Tue May 23 05:01:56 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.2 2000/05/23 02:04:29 thorpej Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.3 2000/05/23 05:01:56 thorpej Exp $
 #
 # frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
 # box
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "FRAU-FARBISSINA-$Revision: 1.2 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.3 $"
 
 maxusers 64
 
@@ -32,6 +32,8 @@
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC              # Cheap kernel consistency checks
+#options       DEBUG                   # more expensive debugging code
+#options       LOCKDEBUG               # lock debugging
 options        DDB                     # kernel debugger
 options        DDB_HISTORY_SIZE=100
 makeoptions    DEBUG="-g"
diff -r 72e1db00cbf3 -r 6da2bf2e7701 sys/arch/alpha/conf/FRAU-FARBISSINA.MP
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA.MP    Tue May 23 05:01:56 2000 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: FRAU-FARBISSINA.MP,v 1.1 2000/05/23 05:01:56 thorpej Exp $
+#
+# FRAU-FARBISSINA with multiprocessor support
+
+include        "arch/alpha/conf/FRAU-FARBISSINA"
+
+options        MULTIPROCESSOR          # include multiprocessor support



Home | Main Index | Thread Index | Old Index