CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/26 19:08:55
Modified files:
sys/dev/acpi : acpi.c acpicpu.c acpivar.h
Log message:
Reorder the acpi attach process so we look at Processor() CPU nodes
after Device() ones, since we should prefer the newer node type.
If we see any Device() nodes, don't attach acpicpu(4) to any Processor()
nodes if they're also present. This also makes acpitz(4) and
acpipwrres(4) devices attach slightly later.
ok kettenis@, also tested by jmc@
