Include VGA_POST by default in GENERIC and ALL on x86 now that the code
is conditional.
This commit is contained in:
parent
dd19be8c80
commit
ca906ffece
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.217 2008/07/31 07:40:59 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.218 2008/07/31 14:15:00 joerg 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.217 $"
|
||||
#ident "GENERIC-$Revision: 1.218 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -264,6 +264,7 @@ options MPBIOS_SCANPCI # MPBIOS configures PCI roots
|
||||
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
|
||||
#options ACPI_ACTIVATE_DEV # If set, activate inactive devices
|
||||
#options ACPICA_PEDANTIC # force strict conformance to the Spec.
|
||||
options VGA_POST # in-kernel support for VGA POST
|
||||
|
||||
# ACPI devices
|
||||
acpiacad* at acpi? # ACPI AC Adapter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.174 2008/07/31 07:41:01 simonb Exp $
|
||||
# $NetBSD: ALL,v 1.175 2008/07/31 14:15:00 joerg 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/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.174 $"
|
||||
#ident "ALL-$Revision: 1.175 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -337,6 +337,7 @@ acpi0 at mainbus0
|
||||
|
||||
options ACPI_ACTIVATE_DEV # If set, activate inactive devices
|
||||
options ACPICA_PEDANTIC # force strict conformance to the Spec.
|
||||
options VGA_POST # in-kernel support for VGA POST
|
||||
|
||||
# ACPI devices
|
||||
acpiacad* at acpi? # ACPI AC Adapter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.902 2008/07/31 07:41:01 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.903 2008/07/31 14:15:00 joerg Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.902 $"
|
||||
#ident "GENERIC-$Revision: 1.903 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -340,6 +340,7 @@ acpi0 at mainbus0
|
||||
|
||||
#options ACPI_ACTIVATE_DEV # If set, activate inactive devices
|
||||
#options ACPICA_PEDANTIC # force strict conformance to the Spec.
|
||||
options VGA_POST # in-kernel support for VGA POST
|
||||
|
||||
# ACPI devices
|
||||
apm* at acpi? # ACPI apm emulation
|
||||
|
Loading…
Reference in New Issue
Block a user