Module Name:    src
Committed By:   martin
Date:           Wed Sep  5 08:40:06 UTC 2018

Modified Files:
        src/etc [netbsd-8]: MAKEDEV.tmpl

Log Message:
Pull up following revision(s) (requested by sevan in ticket #1005):

        etc/MAKEDEV.tmpl: revision 1.192

Create fw(4) & fwmem(4) device nodes by default so fwctl(8) works out of the
box.


To generate a diff of this commit:
cvs rdiff -u -r1.183.6.2 -r1.183.6.3 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.183.6.2 src/etc/MAKEDEV.tmpl:1.183.6.3
--- src/etc/MAKEDEV.tmpl:1.183.6.2	Fri Dec  8 05:48:21 2017
+++ src/etc/MAKEDEV.tmpl	Wed Sep  5 08:40:05 2018
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.183.6.2 2017/12/08 05:48:21 msaitoh Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.183.6.3 2018/09/05 08:40:05 martin Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -846,6 +846,7 @@ all)
 	makedev hdmicec0
 	makedev dtrace
 	makedev veriexec
+	makedev fw0 fw1 fw2 fw3
 	makedev local # do this last
 	;;
 

Reply via email to