NetBSD/sys/arch/amd64
drochner d880082522 clean up how cpus and ioapics are attached at the mainbus:
Seperate "cpubus" and "ioapicbus" -- while they share a common "address
space" (the apic id), the kernel doesn't use this fact. There are different
data passed to cpus and apics, which caused some ugly polymorphism. This
also saves the special "submatch" functions needed to distingush cpus
and ioapics for autoconf. (And it makes that "apid" locators wired
in the kernel configuration are honored now; this allows one to dumb down
an mp box to singleprocessor by userconfig.)
Print "apid" locators in the buses "print" function "as everyone does",
so the per-port cpu drivers don't need to do it.
Being here, constify "struct cpu_functions" and g/c the unused MP_PICMODE
flag.
2007-03-05 16:50:59 +00:00
..
acpi merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
amd64 clean up how cpus and ioapics are attached at the mainbus: 2007-03-05 16:50:59 +00:00
compile
conf clean up how cpus and ioapics are attached at the mainbus: 2007-03-05 16:50:59 +00:00
include clean up how cpus and ioapics are attached at the mainbus: 2007-03-05 16:50:59 +00:00
pci Attach agp too. 2006-12-18 12:07:40 +00:00
Makefile