Module Name:    src
Committed By:   gson
Date:           Wed Apr  1 15:32:21 UTC 2020

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
Create the qemufwcfg device as part of "all".  Discussed with jmcneill.
Also, include it in the list of special purpose devices.


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 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.216 src/etc/MAKEDEV.tmpl:1.217
--- src/etc/MAKEDEV.tmpl:1.216	Mon Mar  2 15:49:30 2020
+++ src/etc/MAKEDEV.tmpl	Wed Apr  1 15:32:21 2020
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.216 2020/03/02 15:49:30 riastradh Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.217 2020/04/01 15:32:21 gson Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -265,6 +265,7 @@
 #	pf	PF packet filter
 #	putter	Pass-to-Userspace Transporter
 #	px*	PixelStamp Xserver access
+#	qemufwcfg* QEMU Firmware Configuration
 #	radio*	radio devices
 #	random	Random number generator
 #	rtc*	RealTimeClock
@@ -845,6 +846,7 @@ all)
 	makedev autofs
 	makedev fw0 fw1 fw2 fw3
 	makedev ipmi0
+	makedev qemufwcfg
 	makedev local # do this last
 	;;
 

Reply via email to