Module Name: src Committed By: jmcneill Date: Sat Nov 25 16:32:48 UTC 2017
Modified Files: src/sys/arch/amd64/conf: ALL GENERIC Log Message: Add qemufwcfg (QEMU Firmware Configuration device) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.468 -r1.469 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/ALL diff -u src/sys/arch/amd64/conf/ALL:1.71 src/sys/arch/amd64/conf/ALL:1.72 --- src/sys/arch/amd64/conf/ALL:1.71 Thu Sep 14 07:58:39 2017 +++ src/sys/arch/amd64/conf/ALL Sat Nov 25 16:32:48 2017 @@ -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 @@ include "arch/amd64/conf/std.amd64" 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 @@ lpt* at acpi? # Parallel port 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 Index: src/sys/arch/amd64/conf/GENERIC diff -u src/sys/arch/amd64/conf/GENERIC:1.468 src/sys/arch/amd64/conf/GENERIC:1.469 --- src/sys/arch/amd64/conf/GENERIC:1.468 Mon Nov 6 02:57:18 2017 +++ src/sys/arch/amd64/conf/GENERIC Sat Nov 25 16:32:48 2017 @@ -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 @@ include "arch/amd64/conf/std.amd64" 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 @@ joy* at acpi? # Joystick/Game port 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