Hi all, For users that suffer "no local apic!", please test this commit. Note, APIC_IO does not work with ACPI MADT based CPU enumeration yet, so do _not_ put it in your kernel config file.
Best Regards, sephe ---------- Forwarded message ---------- From: Sepherosa Ziehau <[email protected]> Date: Sat, Jun 13, 2009 at 8:27 PM Subject: DragonFly-2.3.1.255.ga26bb master sys/platform/pc32/i386 mp_machdep.c mp_madt.c To: [email protected] commit a26bbcd5fbded1b5c7fe0c79a0bea66716a15e33 Author: Sepherosa Ziehau <[email protected]> Date: Sat Jun 13 20:17:43 2009 +0800 Fallback to ACPI MADT CPU enumeration, if BIOS does not provide MP table. APIC_IO does not work with ACPI MADT CPU enumeration yet. Summary of changes: sys/platform/pc32/i386/mp_machdep.c | 67 ++++++++++++++++++++++------------- sys/platform/pc32/i386/mp_madt.c | 11 +++++- 2 files changed, 52 insertions(+), 26 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a26bbcd5fbded1b5c7fe0c79a0bea66716a15e33 -- DragonFly BSD source repository -- Live Free or Die
