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
 

Reply via email to