Module Name:    src
Committed By:   jmcneill
Date:           Sat Aug  1 21:30:09 UTC 2015

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
add hdmicec


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/etc/MAKEDEV.tmpl

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

Modified files:

Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.173 src/etc/MAKEDEV.tmpl:1.174
--- src/etc/MAKEDEV.tmpl:1.173	Fri Sep 19 09:00:23 2014
+++ src/etc/MAKEDEV.tmpl	Sat Aug  1 21:30:09 2015
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.173 2014/09/19 09:00:23 matt Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.174 2015/08/01 21:30:09 jmcneill Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -244,6 +244,7 @@
 #	fd	file descriptors
 #	grf*	graphics frame buffer device
 #	hdaudio* High Definition audio control device
+#	hdmicec* HDMI CEC devices
 #	hil	HP300 HIL input devices
 #	icp	ICP-Vortex/Intel RAID control interface
 #	iic*	IIC bus device
@@ -839,6 +840,7 @@ all)
 	makedev altmem
 	makedev zfs
 	makedev lua
+	makedev hdmicec0
 	makedev local # do this last
 	;;
 
@@ -1466,6 +1468,11 @@ hdaudio[0-9]*)
 	mkdev hdaudio$unit c %hdaudio_chr% $unit 644
 	;;
 
+hdmicec[0-9]*)
+	uint=${i#hdmicec}
+	mkdev hdmicec$unit c %hdmicec_chr% $unit 644
+	;;
+
 gpio[0-9]*)
 	unit=${i#gpio}
 	mkdev gpio$unit c %gpio_chr% $unit 664 $g_gpio

Reply via email to