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 comments that "options VAX410" also su...



details:   https://anonhg.NetBSD.org/src/rev/056b3ea7bcc1
branches:  trunk
changeset: 373447:056b3ea7bcc1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 11 06:02:56 2023 +0000

description:
Add comments that "options VAX410" also supports VS3100/m30,m38,m40,m48.

diffstat:

 sys/arch/vax/conf/GENERIC |  6 +++---
 sys/arch/vax/conf/INSTALL |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 628d4f7bcfa9 -r 056b3ea7bcc1 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Feb 11 05:59:39 2023 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Feb 11 06:02:56 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.217 2023/02/06 13:13:05 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.218 2023/02/11 06:02:56 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.217 $"
+#ident                 "GENERIC-$Revision: 1.218 $"
 
 # Here are all different supported CPU types listed.
 #options       VAX8800         # VAX 8500, 8530, 8550, 8700, 8800
@@ -36,7 +36,7 @@
 options        VAX660          # VAX 4000/200
 options        VAX670          # VAX 4000/300
 options        VAX680          # VAX 4000/[45]00
-options        VAX410          # VS 2000
+options        VAX410          # VS 2000, VS 3100/m30,m38,m40,m48
 options        VAX43           # VS 3100/76
 options        VAX46           # VS 4000/60
 options        VAX48           # VS 4000 VLC
diff -r 628d4f7bcfa9 -r 056b3ea7bcc1 sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Sat Feb 11 05:59:39 2023 +0000
+++ b/sys/arch/vax/conf/INSTALL Sat Feb 11 06:02:56 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.76 2023/02/06 13:13:05 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.77 2023/02/11 06:02:56 tsutsui Exp $
 #
 # INSTALL kernel; all supported devices but nothing fancy.
 #
@@ -19,7 +19,7 @@
 options        VAX660          # VAX 4000/200
 options        VAX670          # VAX 4000/300
 options        VAX680          # VAX 4000/[45]00
-options        VAX410          # VS 2000
+options        VAX410          # VS 2000, VS 3100/m30,m38,m40,m48
 options        VAX43           # VS 3100/76
 options        VAX46           # VS 4000/60
 options        VAX48           # VS 4000 VLC



Home | Main Index | Thread Index | Old Index