CVS commit: src/etc/etc.cobalt

2020-06-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Jun 18 16:40:08 UTC 2020

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

Log Message:
Fix leading 8 spaces to a tab.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/etc/etc.cobalt/MAKEDEV.conf:1.19
--- src/etc/etc.cobalt/MAKEDEV.conf:1.18	Sat Jun 13 19:47:10 2020
+++ src/etc/etc.cobalt/MAKEDEV.conf	Thu Jun 18 16:40:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.18 2020/06/13 19:47:10 thorpej Exp $
+# $NetBSD: MAKEDEV.conf,v 1.19 2020/06/18 16:40:08 tsutsui Exp $
 
 all_md)
 	makedev wd0 wd1 sd0 sd1 sd2 sd3
@@ -25,7 +25,7 @@ minimal)
 	;;
 
 lcdpanel)
-mkdev lcdpanel0 c %lcdpanel_chr% 0 660
+	mkdev lcdpanel0 c %lcdpanel_chr% 0 660
 	# Support the legacy "panel0" name.
 	lndev lcdpanel0 panel0
 	;;



CVS commit: src/etc/etc.cobalt

2020-06-13 Thread Jason R Thorpe
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
 	;;
 
 



CVS commit: src/etc/etc.cobalt

2018-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Apr  9 20:17:33 UTC 2018

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

Log Message:
rename ledpanel to lcdpanel


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/etc/etc.cobalt/MAKEDEV.conf:1.15
--- src/etc/etc.cobalt/MAKEDEV.conf:1.14	Mon Apr  9 15:06:34 2018
+++ src/etc/etc.cobalt/MAKEDEV.conf	Mon Apr  9 16:17:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.14 2018/04/09 19:06:34 christos Exp $
+# $NetBSD: MAKEDEV.conf,v 1.15 2018/04/09 20:17:33 christos Exp $
 
 all_md)
 	makedev wd0 wd1 sd0 sd1 sd2 sd3
@@ -13,7 +13,7 @@ all_md)
 	makedev ld0 ld1 ld2 ld3
 	makedev usbs
 	makedev pci0
-	makedev ledpanel
+	makedev lcdpanel
 	makedev altq
 	makedev nsmb
 	;;
@@ -26,8 +26,8 @@ minimal)
 	makedev bpf
 	;;
 
-ledpanel)
-mkdev ledpanel0 c %ledpanel_chr% 0 660
+lcdpanel)
+mkdev lcdpanel0 c %lcdpanel_chr% 0 660
 	;;
 
 



CVS commit: src/etc/etc.cobalt

2018-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Apr  9 19:06:34 UTC 2018

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

Log Message:
rename panel to ledpanel


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/etc/etc.cobalt/MAKEDEV.conf:1.14
--- src/etc/etc.cobalt/MAKEDEV.conf:1.13	Thu Dec  8 06:31:13 2016
+++ src/etc/etc.cobalt/MAKEDEV.conf	Mon Apr  9 15:06:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.13 2016/12/08 11:31:13 nat Exp $
+# $NetBSD: MAKEDEV.conf,v 1.14 2018/04/09 19:06:34 christos Exp $
 
 all_md)
 	makedev wd0 wd1 sd0 sd1 sd2 sd3
@@ -13,7 +13,7 @@ all_md)
 	makedev ld0 ld1 ld2 ld3
 	makedev usbs
 	makedev pci0
-	makedev panel
+	makedev ledpanel
 	makedev altq
 	makedev nsmb
 	;;
@@ -26,6 +26,11 @@ minimal)
 	makedev bpf
 	;;
 
+ledpanel)
+mkdev ledpanel0 c %ledpanel_chr% 0 660
+	;;
+
+
 tty[0-9]|tty0[0-9])
 	# MI MAKEDEV.tmpl will create ttyZ? node and compat symlink
 	# tty0? -> ttyZ? for these targets if we have zstty.