NetBSD/sys/arch/x86
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
..
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
isa add a pair of new bus_dma(9) functions: 2007-02-21 20:41:23 +00:00
pci Add missing initializer for _tag_needs_count 2007-02-22 04:58:26 +00:00
x86 clean up how cpus and ioapics are attached at the mainbus: 2007-03-05 16:50:59 +00:00