Module Name:    src
Committed By:   martin
Date:           Sat Feb  3 14:33:15 UTC 2024

Modified Files:
        src/etc/etc.vax [netbsd-10]: MAKEDEV.conf

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

        etc/etc.vax/MAKEDEV.conf: revision 1.20

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.16.1 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.19.16.1
--- src/etc/etc.vax/MAKEDEV.conf:1.19	Thu Jun 22 17:51:22 2017
+++ src/etc/etc.vax/MAKEDEV.conf	Sat Feb  3 14:33:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.19 2017/06/22 17:51:22 flxd Exp $
+# $NetBSD: MAKEDEV.conf,v 1.19.16.1 2024/02/03 14:33:15 martin 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