Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/conf Fix TC adaptor's CSR address.
details: https://anonhg.NetBSD.org/src/rev/2ff3dddcea9b
branches: trunk
changeset: 349887:2ff3dddcea9b
user: flxd <flxd%NetBSD.org@localhost>
date: Tue Dec 27 08:56:00 2016 +0000
description:
Fix TC adaptor's CSR address.
Add "PMAD" LANCE TC Ethernet.
diffstat:
sys/arch/vax/conf/GENERIC | 7 ++++---
sys/arch/vax/conf/INSTALL | 5 +++--
sys/arch/vax/conf/VAX780 | 5 +++--
3 files changed, 10 insertions(+), 7 deletions(-)
diffs (78 lines):
diff -r 2713fd6acc0f -r 2ff3dddcea9b sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Tue Dec 27 06:50:03 2016 +0000
+++ b/sys/arch/vax/conf/GENERIC Tue Dec 27 08:56:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.199 2016/12/13 20:42:21 christos Exp $
+# $NetBSD: GENERIC,v 1.200 2016/12/27 08:56:00 flxd Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.199 $"
+#ident "GENERIC-$Revision: 1.200 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@@ -211,11 +211,12 @@
spkr* at audio? # PC speaker (synthesized)
-tc0 at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
+tc0 at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter
tcds* at tc0 slot ? offset ? # TC dual SCSI controller
asc* at tcds? chip ? # PMAZB/C
asc* at tc? slot ? offset ? # PMAZ
fta* at tc? slot ? offset ? # TC FDDI controller
+le* at tc? slot ? offset ? # PMAD
hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
rd* at hdc0 drive? # RD5x disks
diff -r 2713fd6acc0f -r 2ff3dddcea9b sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Tue Dec 27 06:50:03 2016 +0000
+++ b/sys/arch/vax/conf/INSTALL Tue Dec 27 08:56:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.71 2015/08/12 07:53:58 maxv Exp $
+# $NetBSD: INSTALL,v 1.72 2016/12/27 08:56:00 flxd Exp $
#
# INSTALL kernel; all supported devices but nothing fancy.
#
@@ -157,11 +157,12 @@
#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
spx0 at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
#lcg0 at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
-tc0 at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
+tc0 at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter
tcds* at tc0 slot ? offset ? # TC dual SCSI controller
asc* at tcds? chip ? # PMAZB/C
asc* at tc? slot ? offset ? # PMAZ
fta* at tc? slot ? offset ? # TC FDDI controller
+le* at tc? slot ? offset ? # PMAD
hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
rd* at hdc0 drive? # RD5x disks
diff -r 2713fd6acc0f -r 2ff3dddcea9b sys/arch/vax/conf/VAX780
--- a/sys/arch/vax/conf/VAX780 Tue Dec 27 06:50:03 2016 +0000
+++ b/sys/arch/vax/conf/VAX780 Tue Dec 27 08:56:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VAX780,v 1.20 2015/08/08 06:36:26 maxv Exp $
+# $NetBSD: VAX780,v 1.21 2016/12/27 08:56:00 flxd Exp $
#
# 11/780,750,730 machine description file
#
@@ -188,11 +188,12 @@
#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
#spx0 at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
#lcg0 at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
-#tc0 at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
+#tc0 at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter
#tcds* at tc0 slot ? offset ? # TC dual SCSI controller
#asc* at tcds? chip ? # PMAZB/C
#asc* at tc? slot ? offset ? # PMAZ
#fta* at tc? slot ? offset ? # TC FDDI controller
+#le* at tc? slot ? offset ? # PMAD
#hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
#rd* at hdc0 drive? # RD5x disks
Home |
Main Index |
Thread Index |
Old Index