Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/conf Use the correct attachment for dream...



details:   https://anonhg.NetBSD.org/src/rev/89b8feebbb7d
branches:  trunk
changeset: 825628:89b8feebbb7d
user:      nat <nat%NetBSD.org@localhost>
date:      Tue Jul 25 23:20:57 2017 +0000

description:
Use the correct attachment for dreamcast audio.

Found and tested by Bjorn Johannesson on port-dreamcast.

diffstat:

 sys/arch/dreamcast/conf/G1IDE   |  4 ++--
 sys/arch/dreamcast/conf/GENERIC |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 96c95d1dcbfc -r 89b8feebbb7d sys/arch/dreamcast/conf/G1IDE
--- a/sys/arch/dreamcast/conf/G1IDE     Tue Jul 25 23:18:04 2017 +0000
+++ b/sys/arch/dreamcast/conf/G1IDE     Tue Jul 25 23:20:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: G1IDE,v 1.1 2016/12/29 11:49:05 tsutsui Exp $
+# $NetBSD: G1IDE,v 1.2 2017/07/25 23:20:57 nat Exp $
 
 include        "arch/dreamcast/conf/std.dreamcast"
 
@@ -190,7 +190,7 @@
 mbe*           at g2bus?                       # SEGA LAN Adapter
 
 #aica*         at g2bus?                       # AICA Sound Processing Unit
-#audio*                at aica?
+#audio*                at audiobus?
 
 #spkr*         at audio?               # PC speaker (synthesized)
 
diff -r 96c95d1dcbfc -r 89b8feebbb7d sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Tue Jul 25 23:18:04 2017 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Tue Jul 25 23:20:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.125 2016/12/13 20:42:17 christos Exp $
+# $NetBSD: GENERIC,v 1.126 2017/07/25 23:20:57 nat Exp $
 #
 # GENERIC machine description file
 # 
@@ -191,7 +191,7 @@
 mbe*           at g2bus?                       # SEGA LAN Adapter
 
 aica*          at g2bus?                       # AICA Sound Processing Unit
-audio*         at aica?
+audio*         at audiobus?
 
 spkr*          at audio?               # PC speaker (synthesized)
 



Home | Main Index | Thread Index | Old Index