Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb  1 22:22:05 UTC 2024

Modified Files:
        src/etc/etc.vax: MAKEDEV.conf

Log Message:
Make sure to create wscons devices on the default "MAKEDEV all" target.

Necessary to make the X.org server work on the default installation.
Proposed on port-vax@, and ok'ed by mrg@:
 https://mail-index.netbsd.org/port-vax/2024/01/thread1.html#004828

Worth to pull up to netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/etc.vax/MAKEDEV.conf

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

Modified files:

Index: src/etc/etc.vax/MAKEDEV.conf
diff -u src/etc/etc.vax/MAKEDEV.conf:1.19 src/etc/etc.vax/MAKEDEV.conf:1.20
--- src/etc/etc.vax/MAKEDEV.conf:1.19	Thu Jun 22 17:51:22 2017
+++ src/etc/etc.vax/MAKEDEV.conf	Thu Feb  1 22:22:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.19 2017/06/22 17:51:22 flxd Exp $
+# $NetBSD: MAKEDEV.conf,v 1.20 2024/02/01 22:22:05 tsutsui Exp $
 
 all_md)
 	makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
@@ -9,6 +9,7 @@ all_md)
 	makedev audio speaker
 	makedev usbs
 	makedev std_vax
+	makedev wscons
 	;;
 
 ramdisk)

Reply via email to