DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Implement ACPI MADT parsing


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Sep 2010 07:32:00 -0700 (PDT)

commit 8e4c6923b6712b3174edde5e1bc3ef961cce76d0
Author: Michael Neumann <mneumann@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]