Module Name:    src
Committed By:   uebayasi
Date:           Wed Oct 15 08:14:44 UTC 2014

Modified Files:
        src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT OPENBLOCKS600 PMPPC

Log Message:
Fix builds.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbppc/conf/OPENBLOCKS600
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbppc/conf/PMPPC

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/OPENBLOCKS266_OPT
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.17 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.18
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.17	Sat Sep  1 18:17:50 2012
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT	Wed Oct 15 08:14:44 2014
@@ -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 @@ audio* at uaudio?
 
 # USB MIDI
 umidi*	at uhub? port ? configuration ?
+midi*	at midibus?
 
 # USB IrDA
 # USB-IrDA bridge spec

Index: src/sys/arch/evbppc/conf/OPENBLOCKS600
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS600:1.19 src/sys/arch/evbppc/conf/OPENBLOCKS600:1.20
--- src/sys/arch/evbppc/conf/OPENBLOCKS600:1.19	Sat Aug 23 20:26:57 2014
+++ src/sys/arch/evbppc/conf/OPENBLOCKS600	Wed Oct 15 08:14:44 2014
@@ -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 @@ include		"arch/evbppc/conf/std.obs600"
 
 #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 @@ config		netbsd	root on ? type ?
 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

Index: src/sys/arch/evbppc/conf/PMPPC
diff -u src/sys/arch/evbppc/conf/PMPPC:1.34 src/sys/arch/evbppc/conf/PMPPC:1.35
--- src/sys/arch/evbppc/conf/PMPPC:1.34	Sat Aug 23 20:26:57 2014
+++ src/sys/arch/evbppc/conf/PMPPC	Wed Oct 15 08:14:44 2014
@@ -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 @@ uaudio*	at uhub? port ? configuration ?
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?
+midi*	at midibus?
 
 # USB IrDA
 # USB-IrDA bridge spec

Reply via email to