CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/23 04:24:34
Modified files:
sys/arch/amd64/include: pci_machdep.h
sys/arch/amd64/pci: pci_machdep.c
sys/arch/arm64/dev: acpipci.c
sys/arch/arm64/include: pci_machdep.h
sys/arch/i386/pci: pci_machdep.c pci_machdep.h
sys/dev/acpi : abl.c acpi.c
Log message:
Handle the case of multiple MCFG table entries for a single segment by
checking that the bus number falls within the range of the MCFG entry.
ok patrick@
