CVS: cvs.openbsd.org: src
Hans-Joerg Hoexer <[email protected]> Mon, 10 Aug 2026 09:14:57 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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@