Move definitions for PCI_*_FIXUP to files.x86 so that ACPI compiles for
amd64...
This commit is contained in:
parent
426d6d0839
commit
65570c38ef
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.i386,v 1.268 2005/06/25 22:08:54 dyoung Exp $
|
||||
# $NetBSD: files.i386,v 1.269 2005/07/03 12:16:05 cube Exp $
|
||||
#
|
||||
# new style config file for i386 architecture
|
||||
#
|
||||
@ -45,10 +45,6 @@ defflag opt_pcibios.h PCIBIOS PCIBIOSVERBOSE
|
||||
PCIBIOS_INTR_GUESS PCIINTR_DEBUG
|
||||
defparam opt_pcibios.h PCIBIOS_IRQS_HINT
|
||||
|
||||
# PCI fixup options
|
||||
defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
|
||||
PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
|
||||
|
||||
# Large page size
|
||||
defflag LARGEPAGES
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.x86,v 1.12 2004/10/20 04:20:05 thorpej Exp $
|
||||
# $NetBSD: files.x86,v 1.13 2005/07/03 12:16:05 cube Exp $
|
||||
|
||||
# options for MP configuration through the MP spec
|
||||
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
|
||||
@ -7,6 +7,10 @@ defflag opt_mpacpi.h MPACPI MPACPI_SCANPCI
|
||||
# MTRR support
|
||||
defflag MTRR
|
||||
|
||||
# PCI fixup options
|
||||
defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
|
||||
PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
|
||||
|
||||
define cpubus { [apid = -1] }
|
||||
|
||||
file arch/x86/x86/apic.c ioapic | lapic
|
||||
|
Loading…
Reference in New Issue
Block a user