Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add qemufwcfg (QEMU Firmware Configurati...



details:   https://anonhg.NetBSD.org/src/rev/1fa64028d7a2
branches:  trunk
changeset: 828055:1fa64028d7a2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Nov 25 16:32:48 2017 +0000

description:
Add qemufwcfg (QEMU Firmware Configuration device)

diffstat:

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

diffs (52 lines):

diff -r a42f63baa2c0 -r 1fa64028d7a2 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Nov 25 16:31:03 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Nov 25 16:32:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.71 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: ALL,v 1.72 2017/11/25 16:32:48 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.71 $"
+#ident         "ALL-$Revision: 1.72 $"
 
 maxusers       64              # estimated number of users
 
@@ -387,6 +387,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 Notebook Controller
 spic*          at acpi?                # Sony Programmable I/O Controller
diff -r a42f63baa2c0 -r 1fa64028d7a2 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Nov 25 16:31:03 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Nov 25 16:32:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.468 2017/11/06 02:57:18 rin Exp $
+# $NetBSD: GENERIC,v 1.469 2017/11/25 16:32:48 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.468 $"
+#ident         "GENERIC-$Revision: 1.469 $"
 
 maxusers       64              # estimated number of users
 
@@ -313,6 +313,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 Notebook Controller
 spic*          at acpi?                # Sony Programmable I/O Controller



Home | Main Index | Thread Index | Old Index