看板 DFBSD_commit 關於我們 聯絡資訊
commit 8612069842715fdcffe730624cdbc2b40d2a0af9 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sat Feb 12 14:22:09 2011 +0800 madt: Prepare to extract I/O APIC information from MADT - Run madt_probe() at BOOT2_PRESMP/ORDER_FIRST. - Save MADT's physical address in global variable. - Move preliminary LAPIC checks from MADT probing to MADT LAPIC enumerator's probing function. Summary of changes: sys/platform/pc32/i386/mp_madt.c | 162 ++++++++++++++++++++---------------- sys/platform/pc64/x86_64/mp_madt.c | 162 ++++++++++++++++++++---------------- 2 files changed, 182 insertions(+), 142 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8612069842715fdcffe730624cdbc2b40d2a0af9 -- DragonFly BSD source repository