Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add qemufwcfg(4)



details:   https://anonhg.NetBSD.org/src/rev/a459b479e5f7
branches:  trunk
changeset: 828156:a459b479e5f7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Nov 30 11:56:45 2017 +0000

description:
add qemufwcfg(4)

diffstat:

 sys/arch/i386/conf/ALL     |  5 +++--
 sys/arch/i386/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 893b641e8940 -r a459b479e5f7 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Nov 30 09:24:18 2017 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Nov 30 11:56:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.430 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: ALL,v 1.431 2017/11/30 11:56:45 jmcneill Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.430 $"
+#ident         "ALL-$Revision: 1.431 $"
 
 maxusers       64              # estimated number of users
 
@@ -377,6 +377,7 @@
 mpu*           at acpi?                # Roland MPU-401 MIDI UART
 pckbc*         at acpi?                # PC keyboard controller
 pcppi*         at acpi?                # AT-style speaker sound
+qemufwcfg*     at acpi?                # QEMU Firmware Configuration device
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 #tpm*          at acpi?                # ACPI TPM (Experimental)
 ug*            at acpi?                # Abit uGuru Hardware monitor
diff -r 893b641e8940 -r a459b479e5f7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Nov 30 09:24:18 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Nov 30 11:56:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1171 2017/11/29 16:10:01 martin Exp $
+# $NetBSD: GENERIC,v 1.1172 2017/11/30 11:56:45 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1171 $"
+#ident         "GENERIC-$Revision: 1.1172 $"
 
 maxusers       64              # estimated number of users
 
@@ -351,6 +351,7 @@
 mpu*           at acpi?                # Roland MPU-401 MIDI UART
 pckbc*         at acpi?                # PC keyboard controller
 pcppi*         at acpi?                # AT-style speaker sound
+qemufwcfg*     at acpi?                # QEMU Firmware Configuration device
 sdhc*          at acpi?                # SD Host Controller
 sony*          at acpi?                # Sony Miscellaneous Controller
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys



Home | Main Index | Thread Index | Old Index