CVS commit: src/sys/arch/x86/conf

2023-06-13 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun 14 01:27:47 UTC 2023

Modified Files:
src/sys/arch/x86/conf: files.x86

Log Message:
Make PCI_ADDR_FIXUP depended on PCI_BUS_FIXUP.
It is no-op if PCI_BUS_FIXUP is missing.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/x86/conf/files.x86

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/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.125 src/sys/arch/x86/conf/files.x86:1.126
--- src/sys/arch/x86/conf/files.x86:1.125	Fri Oct 28 07:16:34 2022
+++ src/sys/arch/x86/conf/files.x86	Wed Jun 14 01:27:47 2023
@@ -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



CVS commit: src/sys/arch/x86/conf

2023-06-13 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun 14 01:27:47 UTC 2023

Modified Files:
src/sys/arch/x86/conf: files.x86

Log Message:
Make PCI_ADDR_FIXUP depended on PCI_BUS_FIXUP.
It is no-op if PCI_BUS_FIXUP is missing.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/x86/conf/files.x86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.