看板 DFBSD_commit 關於我們 聯絡資訊
commit f41c43c19e17ca807a28ba60b32364f1a40438f4 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Thu Jul 9 17:09:21 2009 +0800 IO APIC: Assign pins dedicated to PCI in the early stage. After this, we no longer need to reprogramme IO APIC every time an interrupt handler is to be registered, which is potentially dangerous. Summary of changes: sys/kern/kern_intr.c | 10 +--------- sys/platform/pc32/apic/apic_abi.c | 2 ++ sys/platform/pc32/i386/mp_machdep.c | 17 ++++++++++++----- 3 files changed, 15 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f41c43c19e17ca807a28ba60b32364f1a40438f4 -- DragonFly BSD source repository