CVS commit: [netbsd-10] src/sys/arch/vax/conf

2024-02-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb  2 18:27:51 UTC 2024

Modified Files:
src/sys/arch/vax/conf [netbsd-10]: files.vax

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #557):

sys/arch/vax/conf/files.vax: revision 1.127

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

This fixes silent boot failure on VS3100 with smg(4) framebuffer console.


To generate a diff of this commit:
cvs rdiff -u -r1.125.30.1 -r1.125.30.2 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.125.30.1 src/sys/arch/vax/conf/files.vax:1.125.30.2
--- src/sys/arch/vax/conf/files.vax:1.125.30.1	Sun Feb 12 12:27:26 2023
+++ src/sys/arch/vax/conf/files.vax	Fri Feb  2 18:27:51 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: files.vax,v 1.125.30.1 2023/02/12 12:27:26 martin Exp $
+#	$NetBSD: files.vax,v 1.125.30.2 2024/02/02 18:27:51 martin 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: [netbsd-10] src/sys/arch/vax/conf

2024-02-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb  2 18:27:51 UTC 2024

Modified Files:
src/sys/arch/vax/conf [netbsd-10]: files.vax

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #557):

sys/arch/vax/conf/files.vax: revision 1.127

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

This fixes silent boot failure on VS3100 with smg(4) framebuffer console.


To generate a diff of this commit:
cvs rdiff -u -r1.125.30.1 -r1.125.30.2 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.