CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/10 09:14:57
Modified files:
sys/arch/amd64/pci: acpipci.c
sys/dev/acpi : acpidmar.c
Log message:
acpidmar(4): Store PCI domain in softc for segment mapping
Ensure we get a valid segement and enforce use of the IOMMU.
While there:
- tweak printf to use segment instead of PCI domain
- use ACPI provided segment instead of hardcoded 0 in ivhd_showpage()
ok kettenis@
