Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Fix interrupt number.



details:   https://anonhg.NetBSD.org/src/rev/367790e30a34
branches:  trunk
changeset: 750316:367790e30a34
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Dec 24 09:29:36 2009 +0000

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

diffstat:

 sys/arch/evbppc/conf/OPENBLOCKS200 |  4 ++--
 sys/arch/evbppc/conf/OPENBLOCKS266 |  6 +++---
 sys/arch/evbppc/conf/WALNUT        |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 4c2ce7a71601 -r 367790e30a34 sys/arch/evbppc/conf/OPENBLOCKS200
--- a/sys/arch/evbppc/conf/OPENBLOCKS200        Thu Dec 24 09:26:43 2009 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS200        Thu Dec 24 09:29:36 2009 +0000
@@ -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
 
diff -r 4c2ce7a71601 -r 367790e30a34 sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Thu Dec 24 09:26:43 2009 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Thu Dec 24 09:29:36 2009 +0000
@@ -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
diff -r 4c2ce7a71601 -r 367790e30a34 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Thu Dec 24 09:26:43 2009 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Thu Dec 24 09:29:36 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index