CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/09 18:03:33
Modified files:
sys/dev/acpi : dsdt.c
Log message:
don't call pci functions when an aml node has neither _ADR or _HID
This occurs with the initial components of a path, \\ and \\_SB_.
Avoids panic seen on x40 where pci_make_tag() was called with bogus
values.
Reported by matthieu@. ok kettenis@ jcs@
