CVS commit: src/sys/arch/vax/conf

2024-01-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jan 17 16:33:56 UTC 2024

Modified Files:
src/sys/arch/vax/conf: files.vax

Log Message:
Add missed "rasops1" attribute to smg(4) rasops'fied a year ago.

This fixes silent boot failure on VS3100 with smg(4) framebuffer console.
Should be pulled up to netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/vax/conf/files.vax

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/files.vax
diff -u src/sys/arch/vax/conf/files.vax:1.126 src/sys/arch/vax/conf/files.vax:1.127
--- src/sys/arch/vax/conf/files.vax:1.126	Mon Feb  6 13:13:05 2023
+++ src/sys/arch/vax/conf/files.vax	Wed Jan 17 16:33:56 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: files.vax,v 1.126 2023/02/06 13:13:05 tsutsui Exp $
+#	$NetBSD: files.vax,v 1.127 2024/01/17 16:33:56 tsutsui Exp $
 #
 # new style config file for vax architecture
 #
@@ -186,7 +186,7 @@ file	arch/vax/vsa/ncr.c		si_vsbus
 include "dev/ata/files.ata"
 
 # Monochrome framebuffer on VS3100.
-device	smg: displaydev, wsemuldisplaydev
+device	smg: displaydev, wsemuldisplaydev, rasops1
 attach	smg at vsbus
 file	arch/vax/vsa/smg.c		smg needs-flag
 



CVS commit: src/sys/arch/vax/conf

2024-01-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jan 17 16:33:56 UTC 2024

Modified Files:
src/sys/arch/vax/conf: files.vax

Log Message:
Add missed "rasops1" attribute to smg(4) rasops'fied a year ago.

This fixes silent boot failure on VS3100 with smg(4) framebuffer console.
Should be pulled up to netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/vax/conf/files.vax

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/conf

2023-02-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 11 06:02:56 UTC 2023

Modified Files:
src/sys/arch/vax/conf: GENERIC INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/vax/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/vax/conf

2023-02-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 11 06:02:56 UTC 2023

Modified Files:
src/sys/arch/vax/conf: GENERIC INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/vax/conf/INSTALL

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.217 src/sys/arch/vax/conf/GENERIC:1.218
--- src/sys/arch/vax/conf/GENERIC:1.217	Mon Feb  6 13:13:05 2023
+++ src/sys/arch/vax/conf/GENERIC	Sat Feb 11 06:02:56 2023
@@ -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 @@ include 	"arch/vax/conf/std.vax"
 
 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 	VAX650		# MV III, 3300, 3400, 3
 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

Index: src/sys/arch/vax/conf/INSTALL
diff -u src/sys/arch/vax/conf/INSTALL:1.76 src/sys/arch/vax/conf/INSTALL:1.77
--- src/sys/arch/vax/conf/INSTALL:1.76	Mon Feb  6 13:13:05 2023
+++ src/sys/arch/vax/conf/INSTALL	Sat Feb 11 06:02:56 2023
@@ -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 	VAX650		# MV III, 3300, 3400, 3
 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



CVS commit: src/sys/arch/vax/conf

2019-05-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May 24 08:30:26 UTC 2019

Modified Files:
src/sys/arch/vax/conf: GENERIC

Log Message:
 Add il(4). Commented out.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/arch/vax/conf/GENERIC

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.210 src/sys/arch/vax/conf/GENERIC:1.211
--- src/sys/arch/vax/conf/GENERIC:1.210	Fri Apr 26 21:40:32 2019
+++ src/sys/arch/vax/conf/GENERIC	Fri May 24 08:30:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.210 2019/04/26 21:40:32 sevan Exp $
+# $NetBSD: GENERIC,v 1.211 2019/05/24 08:30:26 msaitoh 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.210 $"
+#ident 		"GENERIC-$Revision: 1.211 $"
 
 # Here are all different supported CPU types listed.
 #options 	VAX8800		# VAX 8500, 8530, 8550, 8700, 8800
@@ -230,6 +230,7 @@ hp*		at mba? drive?		# RM/RP disk drives
 # Devices on Unibus/Qbus adapters
 uda*		at uba?	csr 0172150	# UDA50/RQDX?
 uda*		at uba?	csr 0160334
+#il*		at uba?	csr 0164000	# NI1010
 mtc*		at uba? csr 0174500	# Tape MSCP ctlr
 ts0		at uba? csr 0172520	# TS11/TSV05 tape.
 #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics



CVS commit: src/sys/arch/vax/conf

2019-05-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May 24 08:30:26 UTC 2019

Modified Files:
src/sys/arch/vax/conf: GENERIC

Log Message:
 Add il(4). Commented out.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/arch/vax/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.