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 Add 4000/200 and 4000/500.



details:   https://anonhg.NetBSD.org/src/rev/47d0a94182f9
branches:  trunk
changeset: 485910:47d0a94182f9
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon May 08 19:09:49 2000 +0000

description:
Add 4000/200 and 4000/500.

diffstat:

 sys/arch/vax/conf/GENERIC   |   8 ++++++--
 sys/arch/vax/conf/files.vax |  15 +++++++++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

diffs (93 lines):

diff -r 1ecbab310daf -r 47d0a94182f9 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Mon May 08 19:06:36 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Mon May 08 19:09:49 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.64 2000/04/23 16:38:52 matt Exp $
+#      $NetBSD: GENERIC,v 1.65 2000/05/08 19:09:49 ragge Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.64 $"
+#ident                 "GENERIC-$Revision: 1.65 $"
 
 # Here are all different supported CPU types listed.
 options        "VAX8600"
@@ -14,12 +14,15 @@
 options        "VAX750"
 options        "VAX630"        # MV II
 options        "VAX650"        # MV III, 3600, 3800, 3900
+options        "VAX660"        # VAX 4000/200
 options        "VAX670"        # VAX 4000/300
+options        "VAX680"        # VAX 4000/500
 options        "VAX410"        # VS 2000
 options        "VAX43"         # VS 3100/76
 options        "VAX46"         # VS 4000/60
 options        "VAX48"         # VS 4000 VLC
 options        "VAX49"         # VS 4000/90
+#options       "VAX53"         # VAX 4000/105A
 
 # Max users on system; this is just a hint
 maxusers       8
@@ -137,6 +140,7 @@
 # Ibus, the internal bus on most Microvaxen
 uba0           at ibus0                # Qbus adapter
 ze0            at ibus0                # SGEC on-board ethernet
+#dz0           at ibus0                # VAX 4000/105A serial lines
 #shac0         at ibus0                # DSSI controller
 
 # Devices connected at VAXBI
diff -r 1ecbab310daf -r 47d0a94182f9 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Mon May 08 19:06:36 2000 +0000
+++ b/sys/arch/vax/conf/files.vax       Mon May 08 19:09:49 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.vax,v 1.67 2000/04/22 16:48:54 ragge Exp $
+#       $NetBSD: files.vax,v 1.68 2000/05/08 19:09:49 ragge Exp $
 #
 # new style config file for vax architecture
 #
@@ -27,10 +27,12 @@
 defopt VAX46                           # VAXstation 4000/60
 defopt VAX48                           # VAXstation 4000/VLC
 defopt VAX49                           # VAXstation 4000/90 or 4000/96
+defopt VAX53                           # VAX 4000/105A
 defopt VAX630                          # MicroVAX II or VAXstation II
 defopt VAX650                          # MicroVAX III or VAXstation III
 defopt VAX660                          # VAX 4000/200
 defopt VAX670                          # VAX 4000/300
+defopt VAX680                          # VAX 4000/500
 
 # SBI and related devices
 device sbi { tr=-1 }
@@ -307,11 +309,13 @@
 # These are general files needed for compilation.
 file   dev/cons.c
 file   dev/cninit.c
-file   dev/clock_subr.c        vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
+file   dev/clock_subr.c        vax8200 | vax410 | vax43 | vax630 | vax660 |
+                               vax670 | vax680 | vax46 | vax48 | vax49 | vax53
 file   arch/vax/vax/locore.c
 file   arch/vax/vax/mem.c
 file   arch/vax/vax/clock.c
-file   arch/vax/vax/gencons.c  vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
+file   arch/vax/vax/gencons.c  vax8600 | vax8200 | vax780 | vax750 | vax630 |
+                               vax650 | vax660 | vax670 | vax680
 file   arch/vax/vax/pmap.c
 file   arch/vax/vax/machdep.c
 file   arch/vax/vax/ka820.c            vax8200
@@ -322,9 +326,12 @@
 file   arch/vax/vax/ka46.c             vax46
 file   arch/vax/vax/ka48.c             vax48
 file   arch/vax/vax/ka49.c             vax49
-file   arch/vax/vax/emulate.s          vax630|vax650|vax410
+file   arch/vax/vax/ka53.c             vax53
+file   arch/vax/vax/emulate.s          vax630 | vax650 | vax410
 file   arch/vax/vax/ka650.c            vax650
+file   arch/vax/vax/ka660.c            vax660
 file   arch/vax/vax/ka670.c            vax670
+file   arch/vax/vax/ka680.c            vax680
 file   arch/vax/vax/scb.c
 file   arch/vax/vax/conf.c
 file   arch/vax/vax/urem.s



Home | Main Index | Thread Index | Old Index