git: Implement ACPI MADT parsing
Michael Neumann
mneumann at crater.dragonflybsd.org
Thu Sep 23 07:32:50 PDT 2010
commit 8e4c6923b6712b3174edde5e1bc3ef961cce76d0
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sun Oct 3 12:29:32 2010 +0200
Implement ACPI MADT parsing
This will be used to enumerate CPUs if BIOS does not provide MP table.
Apply commit 85fd9f87e82e63599bd0293dc0112f8e26f8c3d6 for x86_x64.
Summary of changes:
sys/platform/pc64/conf/files | 1 +
sys/platform/pc64/include/smp.h | 3 +
sys/platform/pc64/x86_64/mp_machdep.c | 4 +
sys/platform/pc64/x86_64/mp_madt.c | 414 +++++++++++++++++++++++++++++++++
4 files changed, 422 insertions(+), 0 deletions(-)
create mode 100644 sys/platform/pc64/x86_64/mp_madt.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e4c6923b6712b3174edde5e1bc3ef961cce76d0
--
DragonFly BSD source repository
More information about the Commits
mailing list