I'm running 3.0-CURRENT and am having some trouble with GENERIC-SMP
finding my second CPU.
--snip--
FreeBSD/SMP: Multiprocessor motherboard
cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfec08000
cpu1 (AP): apic id: 12, version: 0x00040011, at 0xfec08000
io0 (APIC): apic id: 13, version: 0x00170011, at 0xfec00000
looks like it found it...
... cpu0 is being used to launch the kernel (otherwise the system wouldn't
boot)...
...the second one is started at the end of your dmesg output.
check the output of top, you should see processes on CPU0 and CPU1 under
the STATE header.
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message