Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Create the qemufwcfg device as part of "all". Discussed...



details:   https://anonhg.NetBSD.org/src/rev/0378cb7445fb
branches:  trunk
changeset: 746446:0378cb7445fb
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Apr 01 15:32:21 2020 +0000

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

diffstat:

 etc/MAKEDEV.tmpl |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 8e66f682a7ae -r 0378cb7445fb etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Wed Apr 01 13:07:32 2020 +0000
+++ b/etc/MAKEDEV.tmpl  Wed Apr 01 15:32:21 2020 +0000
@@ -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 @@
        makedev autofs
        makedev fw0 fw1 fw2 fw3
        makedev ipmi0
+       makedev qemufwcfg
        makedev local # do this last
        ;;
 



Home | Main Index | Thread Index | Old Index