Module Name: src
Committed By: flxd
Date: Tue Dec 27 08:56:00 UTC 2016
Modified Files:
src/sys/arch/vax/conf: GENERIC INSTALL VAX780
Log Message:
Fix TC adaptor's CSR address.
Add "PMAD" LANCE TC Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/vax/conf/INSTALL
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/vax/conf/VAX780
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/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.199 src/sys/arch/vax/conf/GENERIC:1.200
--- src/sys/arch/vax/conf/GENERIC:1.199 Tue Dec 13 20:42:21 2016
+++ src/sys/arch/vax/conf/GENERIC Tue Dec 27 08:56:00 2016
@@ -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 @@ include "arch/vax/conf/std.vax"
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 @@ audio* at audiobus?
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
Index: src/sys/arch/vax/conf/INSTALL
diff -u src/sys/arch/vax/conf/INSTALL:1.71 src/sys/arch/vax/conf/INSTALL:1.72
--- src/sys/arch/vax/conf/INSTALL:1.71 Wed Aug 12 07:53:58 2015
+++ src/sys/arch/vax/conf/INSTALL Tue Dec 27 08:56:00 2016
@@ -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 @@ smg0 at vsbus0 csr 0x200f0000 # Small m
#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
Index: src/sys/arch/vax/conf/VAX780
diff -u src/sys/arch/vax/conf/VAX780:1.20 src/sys/arch/vax/conf/VAX780:1.21
--- src/sys/arch/vax/conf/VAX780:1.20 Sat Aug 8 06:36:26 2015
+++ src/sys/arch/vax/conf/VAX780 Tue Dec 27 08:56:00 2016
@@ -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 @@ ubi0 at mainbus0 # 11/730 direct unibu
#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