Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/conf Make PCI_ADDR_FIXUP depended on PCI_BUS_FI...
details: https://anonhg.NetBSD.org/src/rev/a1ba94ce7e69
branches: trunk
changeset: 376362:a1ba94ce7e69
user: rin <rin%NetBSD.org@localhost>
date: Wed Jun 14 01:27:47 2023 +0000
description:
Make PCI_ADDR_FIXUP depended on PCI_BUS_FIXUP.
It is no-op if PCI_BUS_FIXUP is missing.
diffstat:
sys/arch/x86/conf/files.x86 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f31b5a7cbd56 -r a1ba94ce7e69 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86 Wed Jun 14 01:16:28 2023 +0000
+++ b/sys/arch/x86/conf/files.x86 Wed Jun 14 01:27:47 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.125 2022/10/28 07:16:34 skrll Exp $
+# $NetBSD: files.x86,v 1.126 2023/06/14 01:27:47 rin Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPDEBUG MPBIOS_SCANPCI
@@ -11,8 +11,8 @@ defflag MTRR
defflag opt_intrdebug.h INTRDEBUG
# PCI fixup options
-defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
- PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
+defflag opt_pcifixup.h PCI_BUS_FIXUP PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
+defflag opt_pcifixup.h PCI_ADDR_FIXUP : PCI_BUS_FIXUP
defflag opt_pci.h NO_PCI_MSI_MSIX
# To be able to test for NetBSD/xen in shared files
Home |
Main Index |
Thread Index |
Old Index