Module Name:    src
Committed By:   mrg
Date:           Thu Dec  3 03:30:03 UTC 2009

Modified Files:
        src/sys/arch/sparc64/conf: SCHIZO

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc64/conf/SCHIZO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/SCHIZO
diff -u src/sys/arch/sparc64/conf/SCHIZO:1.1 src/sys/arch/sparc64/conf/SCHIZO:1.2
--- src/sys/arch/sparc64/conf/SCHIZO:1.1	Sat Nov 28 21:39:42 2009
+++ src/sys/arch/sparc64/conf/SCHIZO	Thu Dec  3 03:30:02 2009
@@ -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

Reply via email to