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 builds.



details:   https://anonhg.NetBSD.org/src/rev/91806abe8f6a
branches:  trunk
changeset: 333031:91806abe8f6a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Oct 15 08:14:44 2014 +0000

description:
Fix builds.

diffstat:

 sys/arch/evbppc/conf/OPENBLOCKS266_OPT |  3 ++-
 sys/arch/evbppc/conf/OPENBLOCKS600     |  6 +++---
 sys/arch/evbppc/conf/PMPPC             |  3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 050e737c957e -r 91806abe8f6a sys/arch/evbppc/conf/OPENBLOCKS266_OPT
--- a/sys/arch/evbppc/conf/OPENBLOCKS266_OPT    Wed Oct 15 06:57:27 2014 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266_OPT    Wed Oct 15 08:14:44 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS266_OPT,v 1.17 2012/09/01 18:17:50 jakllsch Exp $
+#      $NetBSD: OPENBLOCKS266_OPT,v 1.18 2014/10/15 08:14:44 uebayasi Exp $
 #
 
 include                "arch/evbppc/conf/OPENBLOCKS266"
@@ -195,6 +195,7 @@
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?
+midi*  at midibus?
 
 # USB IrDA
 # USB-IrDA bridge spec
diff -r 050e737c957e -r 91806abe8f6a sys/arch/evbppc/conf/OPENBLOCKS600
--- a/sys/arch/evbppc/conf/OPENBLOCKS600        Wed Oct 15 06:57:27 2014 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS600        Wed Oct 15 08:14:44 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS600,v 1.19 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: OPENBLOCKS600,v 1.20 2014/10/15 08:14:44 uebayasi Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "OPENBLOCKS600-$Revision: 1.19 $"
+#ident                 "OPENBLOCKS600-$Revision: 1.20 $"
 
 maxusers       32
 
@@ -149,7 +149,7 @@
 plb0 at root                           # Processor Local Bus
 cpu0   at plb?                         # CPU
 ecc0   at plb? irq 17                  # On-chip ECC controller
-dwctwo at plb? addr 0xef6c0000 irq 94  # On-chip USB controller
+dwctwo0        at plb? addr 0xef6c0000 irq 94  # On-chip USB controller
 
 # On-chip Peripheral Bus support
 opb*   at plb?                         # On-chip Peripheral Bus
diff -r 050e737c957e -r 91806abe8f6a sys/arch/evbppc/conf/PMPPC
--- a/sys/arch/evbppc/conf/PMPPC        Wed Oct 15 06:57:27 2014 +0000
+++ b/sys/arch/evbppc/conf/PMPPC        Wed Oct 15 08:14:44 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PMPPC,v 1.34 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: PMPPC,v 1.35 2014/10/15 08:14:44 uebayasi Exp $
 #
 #      PMPPC
 #
@@ -348,6 +348,7 @@
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?
+midi*  at midibus?
 
 # USB IrDA
 # USB-IrDA bridge spec



Home | Main Index | Thread Index | Old Index