Source-Changes-HG archive

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

[src/trunk]: src/sys Move asc_tc and asc_tcds config info to dev/tc/files.tc ...



details:   https://anonhg.NetBSD.org/src/rev/34c105db4c41
branches:  trunk
changeset: 515665:34c105db4c41
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 01 10:22:42 2001 +0000

description:
Move asc_tc and asc_tcds config info to dev/tc/files.tc now that pmax
uses MI SCSI.

diffstat:

 sys/arch/alpha/conf/files.alpha |   7 +------
 sys/arch/pmax/conf/files.pmax   |  10 ++--------
 sys/dev/tc/files.tc             |  16 ++++++++--------
 3 files changed, 11 insertions(+), 22 deletions(-)

diffs (86 lines):

diff -r 2bb271c95ad0 -r 34c105db4c41 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Mon Oct 01 10:19:09 2001 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Mon Oct 01 10:22:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.144 2001/09/18 19:54:10 ad Exp $
+# $NetBSD: files.alpha,v 1.145 2001/10/01 10:22:42 simonb Exp $
 #
 # alpha-specific configuration info
 
@@ -228,11 +228,6 @@
 attach lkkbd at zsc with zskbd
 file   dev/tc/zskbd.c                  zskbd           needs-flag
 
-# 53C[F]90 SCSI
-device asc: scsi, ncr53c9x
-attach asc at tcds with asc_tcds
-file   dev/tc/asc_tcds.c               asc_tcds
-
 # TC and baseboard ioasic Lance ethernet are in files.tc
 
 #
diff -r 2bb271c95ad0 -r 34c105db4c41 sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax     Mon Oct 01 10:19:09 2001 +0000
+++ b/sys/arch/pmax/conf/files.pmax     Mon Oct 01 10:22:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pmax,v 1.95 2001/09/18 16:18:35 tsutsui Exp $
+#      $NetBSD: files.pmax,v 1.96 2001/10/01 10:22:43 simonb Exp $
 # DECstation-specific configuration info
 
 # maxpartitions must be first item in files.${ARCH}.
@@ -100,15 +100,9 @@
 major { raid = 32 }
 
 
-# MI SCSI driver; to be moved into dev/tc/ replacing existings, eventually.
-#
-device asc: ncr53c9x, scsi
-attach asc at tc with asc_pmaz
-file   arch/pmax/tc/asc_pmaz.c         asc_pmaz
+# asc attachment at ioasic?
 attach asc at ioasic with asc_ioasic
 file   arch/pmax/tc/asc_ioasic.c       asc_ioasic
-attach asc at tcds with asc_tcds
-file   dev/tc/asc_tcds.c               asc_tcds
 
 # sii: kn01 SCSI interface
 device sii: scsi
diff -r 2bb271c95ad0 -r 34c105db4c41 sys/dev/tc/files.tc
--- a/sys/dev/tc/files.tc       Mon Oct 01 10:19:09 2001 +0000
+++ b/sys/dev/tc/files.tc       Mon Oct 01 10:22:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.tc,v 1.24 2001/09/18 19:51:23 ad Exp $
+#      $NetBSD: files.tc,v 1.25 2001/10/01 10:22:43 simonb Exp $
 #
 # Config file and device description for machine-independent
 # TURBOchannel code.  Included by ports that need it.
@@ -19,9 +19,9 @@
 #  le_dec_subr attribute defined in sys/dev/dec/files.dec
 
 attach le at ioasic with le_ioasic:    le24, le_dec_subr
-attach le at tc with le_tc:            le24, le_dec_subr
+file   dev/tc/if_le_ioasic.c           le_ioasic
 
-file   dev/tc/if_le_ioasic.c           le_ioasic
+attach le at tc with le_tc:            le24, le_dec_subr
 file   dev/tc/if_le_tc.c               le_tc
 
 # baseboard audio
@@ -78,12 +78,12 @@
 attach tcds at tc
 file   dev/tc/tcds.c                   tcds
 
-# XXX waiting on pmax MI scsi being `asc'.
-#      ref arch/alpha/conf/files.alpha
 # 53C[F]90 PMAZ single channel SCSI
-#device        asc: scsi, ncr53c9x
-#attach        asc at tcds with asc_tcds
-#file  dev/tc/asc_tcds.c               asc_tcds
+device asc: ncr53c9x, scsi
+attach asc at tc with asc_tc
+file   dev/tc/asc_tc.c                 asc_tc
+attach asc at tcds with asc_tcds
+file   dev/tc/asc_tcds.c               asc_tcds
 
 # HX+ PMAGD
 #device sfbp: wsemuldisplaydev, rasops32, rasops8



Home | Main Index | Thread Index | Old Index