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 base this on GENERIC.MP. seems just a...
details: https://anonhg.NetBSD.org/src/rev/032027106d01
branches: trunk
changeset: 749575:032027106d01
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Dec 03 03:30:02 2009 +0000
description:
base this on GENERIC.MP. seems just as stable.
turn on esiop/siop now that their interrupts match.
turn off admtemp, since we get a false match.
XXX admtemp_match needs help.
diffstat:
sys/arch/sparc64/conf/SCHIZO | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 468a8b408524 -r 032027106d01 sys/arch/sparc64/conf/SCHIZO
--- a/sys/arch/sparc64/conf/SCHIZO Wed Dec 02 17:56:14 2009 +0000
+++ b/sys/arch/sparc64/conf/SCHIZO Thu Dec 03 03:30:02 2009 +0000
@@ -1,16 +1,15 @@
-# $NetBSD: SCHIZO,v 1.1 2009/11/28 21:39:42 mrg Exp $
+# $NetBSD: SCHIZO,v 1.2 2009/12/03 03:30:02 mrg Exp $
#
# GENERIC with schizo support enabled, with the annoying schizo interupt
# option
#
-#include "arch/sparc64/conf/GENERIC.MP"
-include "arch/sparc64/conf/GENERIC"
+include "arch/sparc64/conf/GENERIC.MP"
+#include "arch/sparc64/conf/GENERIC"
-#ident "SCHIZO.$Revision: 1.1 $"
+#ident "SCHIZO.$Revision: 1.2 $"
options SCHIZO_BUS_SPACE_BROKEN
-#options SYSCALL_DEBUG
makeoptions DEBUG="-g"
options DEBUG
@@ -21,8 +20,11 @@
schizo* at mainbus?
pci* at schizo?
+# this crashes when attaching.
no machfb
-no esiop
-no siop
+# this doesn't work yet
bge* at pci? dev ? function ?
+
+# this matches when it isn't present. ugh.
+no admtemp
Home |
Main Index |
Thread Index |
Old Index