Module Name:    src
Committed By:   sevan
Date:           Sat Jul 28 14:13:13 UTC 2018

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
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.191 -r1.192 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.191 src/etc/MAKEDEV.tmpl:1.192
--- src/etc/MAKEDEV.tmpl:1.191	Sat Jul 21 07:46:56 2018
+++ src/etc/MAKEDEV.tmpl	Sat Jul 28 14:13:13 2018
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.191 2018/07/21 07:46:56 maxv Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.192 2018/07/28 14:13:13 sevan Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -845,6 +845,7 @@ all)
 	makedev dtrace
 	makedev veriexec
 	makedev autofs
+	makedev fw0 fw1 fw2 fw3
 	makedev local # do this last
 	;;
 

Reply via email to