Module Name:    src
Committed By:   thorpej
Date:           Sat Jun 13 19:47:10 UTC 2020

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

Log Message:
Create a compatibility symlink panel0 -> lcdpanel0

PR port-cobalt/55009


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/etc/etc.cobalt/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.cobalt/MAKEDEV.conf
diff -u src/etc/etc.cobalt/MAKEDEV.conf:1.17 src/etc/etc.cobalt/MAKEDEV.conf:1.18
--- src/etc/etc.cobalt/MAKEDEV.conf:1.17	Sun Apr  5 14:09:17 2020
+++ src/etc/etc.cobalt/MAKEDEV.conf	Sat Jun 13 19:47:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.17 2020/04/05 14:09:17 jdolecek Exp $
+# $NetBSD: MAKEDEV.conf,v 1.18 2020/06/13 19:47:10 thorpej Exp $
 
 all_md)
 	makedev wd0 wd1 sd0 sd1 sd2 sd3
@@ -26,6 +26,8 @@ minimal)
 
 lcdpanel)
         mkdev lcdpanel0 c %lcdpanel_chr% 0 660
+	# Support the legacy "panel0" name.
+	lndev lcdpanel0 panel0
 	;;
 
 

Reply via email to