Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/conf rside is really a wdc. So make it a wdc.



details:   https://anonhg.NetBSD.org/src/rev/e11d67234be8
branches:  trunk
changeset: 574742:e11d67234be8
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 11 06:51:48 2005 +0000

description:
rside is really a wdc.  So make it a wdc.
XXX rside should be renamed to wdc_rsbus

diffstat:

 sys/arch/acorn32/conf/EB7500ATX     |  6 +++---
 sys/arch/acorn32/conf/files.acorn32 |  5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r eb7d56d96127 -r e11d67234be8 sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX   Fri Mar 11 06:50:33 2005 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX   Fri Mar 11 06:51:48 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EB7500ATX,v 1.13 2005/02/18 21:05:50 dsl Exp $
+#      $NetBSD: EB7500ATX,v 1.14 2005/03/11 06:51:48 matt Exp $
 #
 #      EB7500ATX --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "EB7500ATX-$Revision: 1.13 $"
+#ident         "EB7500ATX-$Revision: 1.14 $"
 
 # estimated number of users
 maxusers       32
@@ -251,7 +251,7 @@
 
 rsbus0 at mainbus?
 
-rside* at rsbus?               # eb7500atx build in ide
+wdc*   at rsbus?               # eb7500atx build in ide
 atabus* at ata?
 wd*    at atabus? drive ?
 atapibus* at atapi?
diff -r eb7d56d96127 -r e11d67234be8 sys/arch/acorn32/conf/files.acorn32
--- a/sys/arch/acorn32/conf/files.acorn32       Fri Mar 11 06:50:33 2005 +0000
+++ b/sys/arch/acorn32/conf/files.acorn32       Fri Mar 11 06:51:48 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.acorn32,v 1.23 2004/03/13 17:59:00 bjh21 Exp $
+#      $NetBSD: files.acorn32,v 1.24 2005/03/11 06:51:48 matt Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -161,8 +161,7 @@
 file   arch/acorn32/eb7500atx/rsbus_io_asm.S   rsbus
 
 # riscstation IDE driver
-device rside {[channel = -1]}: ata
-attach rside at rsbus
+attach wdc at rsbus with rside
 file   arch/acorn32/eb7500atx/rside.c          rside
 
 # RiscStation's CS network driver



Home | Main Index | Thread Index | Old Index