Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf add the kernel config i've been mostly...



details:   https://anonhg.NetBSD.org/src/rev/40c870034710
branches:  trunk
changeset: 749402:40c870034710
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Nov 28 21:39:42 2009 +0000

description:
add the kernel config i've been mostly using for USIII/schizo support

diffstat:

 sys/arch/sparc64/conf/SCHIZO |  28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r c16b9571ecb7 -r 40c870034710 sys/arch/sparc64/conf/SCHIZO
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sparc64/conf/SCHIZO      Sat Nov 28 21:39:42 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: SCHIZO,v 1.1 2009/11/28 21:39:42 mrg Exp $
+#
+# GENERIC with schizo support enabled, with the annoying schizo interupt
+# option
+#
+
+#include       "arch/sparc64/conf/GENERIC.MP"
+include        "arch/sparc64/conf/GENERIC"
+
+#ident         "SCHIZO.$Revision: 1.1 $"
+
+options        SCHIZO_BUS_SPACE_BROKEN
+#options       SYSCALL_DEBUG
+
+makeoptions    DEBUG="-g"
+options        DEBUG
+options        DIAGNOSTIC
+options        DB_MAX_WIDTH=160
+options        DDB_ONPANIC=2   # print stack trace
+
+schizo*        at mainbus?
+pci* at schizo?
+
+no machfb
+no esiop
+no siop
+
+bge* at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index