Module Name:    src
Committed By:   kiyohara
Date:           Thu Dec 24 09:29:36 UTC 2009

Modified Files:
        src/sys/arch/evbppc/conf: OPENBLOCKS200 OPENBLOCKS266 WALNUT

Log Message:
Fix interrupt number.
  The data sheet describes that the interrupt of ECC is 17.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbppc/conf/OPENBLOCKS200
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbppc/conf/OPENBLOCKS266
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbppc/conf/WALNUT

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/evbppc/conf/OPENBLOCKS200
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS200:1.24 src/sys/arch/evbppc/conf/OPENBLOCKS200:1.25
--- src/sys/arch/evbppc/conf/OPENBLOCKS200:1.24	Thu Dec 24 09:26:43 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS200	Thu Dec 24 09:29:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS200,v 1.24 2009/12/24 09:26:43 kiyohara Exp $
+#	$NetBSD: OPENBLOCKS200,v 1.25 2009/12/24 09:29:36 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -137,7 +137,7 @@
 
 cpu0	at plb?
 
-ecc0	at plb? irq 16			# On-chip ECC controller
+ecc0	at plb? irq 17			# On-chip ECC controller
 
 opb*	at plb?				# On-chip Peripheral Bus
 

Index: src/sys/arch/evbppc/conf/OPENBLOCKS266
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.45 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.46
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.45	Thu Dec 24 09:26:43 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266	Thu Dec 24 09:29:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266,v 1.45 2009/12/24 09:26:43 kiyohara Exp $
+#	$NetBSD: OPENBLOCKS266,v 1.46 2009/12/24 09:29:36 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"OPENBLOCKS266-$Revision: 1.45 $"
+#ident 		"OPENBLOCKS266-$Revision: 1.46 $"
 
 maxusers	32
 
@@ -148,7 +148,7 @@
 
 plb0 at root				# Processor Local Bus
 cpu0	at plb?				# CPU
-ecc0	at plb? irq 16			# On-chip ECC controller
+ecc0	at plb? irq 17			# On-chip ECC controller
 pchb0	at plb?				# PCI-Host bridges
 
 # On-chip Peripheral Bus support

Index: src/sys/arch/evbppc/conf/WALNUT
diff -u src/sys/arch/evbppc/conf/WALNUT:1.43 src/sys/arch/evbppc/conf/WALNUT:1.44
--- src/sys/arch/evbppc/conf/WALNUT:1.43	Thu Dec 24 09:26:43 2009
+++ src/sys/arch/evbppc/conf/WALNUT	Thu Dec 24 09:29:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: WALNUT,v 1.43 2009/12/24 09:26:43 kiyohara Exp $
+#	$NetBSD: WALNUT,v 1.44 2009/12/24 09:29:36 kiyohara Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -137,7 +137,7 @@
 
 cpu0	at plb?
 
-ecc0	at plb? irq 16			# On-chip ECC controller
+ecc0	at plb? irq 17			# On-chip ECC controller
 
 opb*	at plb?				# On-chip Peripheral Bus
 

Reply via email to