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 NMI and XMI outcommented, the same wit...



details:   https://anonhg.NetBSD.org/src/rev/b67d5df8f51b
branches:  trunk
changeset: 494473:b67d5df8f51b
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Jul 06 18:04:56 2000 +0000

description:
Add NMI and XMI outcommented, the same with VAX 6400 and VAX 8000.

diffstat:

 sys/arch/vax/conf/GENERIC |  22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r dd9782c4fa93 -r b67d5df8f51b sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Thu Jul 06 17:47:02 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Thu Jul 06 18:04:56 2000 +0000
@@ -1,20 +1,21 @@
-#      $NetBSD: GENERIC,v 1.74 2000/06/30 17:10:21 itojun Exp $
+#      $NetBSD: GENERIC,v 1.75 2000/07/06 18:04:56 ragge Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.74 $"
+#ident                 "GENERIC-$Revision: 1.75 $"
 
 # Here are all different supported CPU types listed.
+#options       "VAX8800"       # VAX 8500, 8530, 8550, 8700, 8800
 options        "VAX8600"
 options        "VAX8200"
+#options       "VAX6400"
 options        "VAX780"
 options        "VAX750"
 options        "VAX630"        # MV II
-#options       "VAX640"        # MV 3400
-options        "VAX650"        # MV III, 3600, 3800, 3900
+options        "VAX650"        # MV III, 3300, 3400, 3500, 3600, 3800, 3900
 options        "VAX660"        # VAX 4000/200
 options        "VAX670"        # VAX 4000/300
 #options       "VAX680"        # VAX 4000/500
@@ -110,6 +111,16 @@
 #nbi0          at mainbus0             # VAX 8800
 #xmi0          at mainbus0             # VAX 6000
 
+# NMI (internal bus) on VAX 88xx-series.
+#cpu*          at nmi0 slot?           # 1-4 KA88 CPUs
+#mem*          at nmi0 slot?
+#bi*           at nmi0 slot?           # BI bus adapters
+
+# XMI on VAX 6000 (and higher)
+#cpu*          at xmi? node?           # 1-? VAX 6000 CPUs
+#mem*          at xmi? node?
+#bi*           at xmi? node?           # XMI-BI adapter
+
 # Vsbus, the virtual VAXstation bus, and possible devices.
 le0            at vsbus0 csr 0x200e0000 # LANCE ethernet
 ze0            at vsbus0 csr 0x20008000 # SGEC ethernet
@@ -179,9 +190,6 @@
 rx*            at mscpbus? drive?      # MSCP floppy
 mt*            at mscpbus? drive?      # MSCP tape
 
-# VS2000 builtin MFM controller (HDC9224)
-#hdc0          at vsbus0               # The strange builtin MFM controller
-
 # SCSI devices
 scsibus*       at asc?
 scsibus*       at si?



Home | Main Index | Thread Index | Old Index