看板 DFBSD_commit 關於我們 聯絡資訊
commit 7a54dec9563fe552852f9237fd471d5cbe566eba Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Mon Aug 29 19:54:51 2011 +0800 ioapic/i386: Rearrange pin information for ioapic low level intrhandler - Remove unused field, thus reduce the information size from 32 bytes to 16bytes. - Struct, field and macro renaming Summary of changes: sys/platform/pc32/apic/apic_vector.s | 16 +++--- sys/platform/pc32/apic/ioapic_abi.c | 79 +++++++++++++++------------------ sys/platform/pc32/apic/ioapic_abi.h | 24 +++++------ sys/platform/pc32/apic/ioapic_ipl.s | 16 +++--- sys/platform/pc32/i386/genassym.c | 14 +++--- 5 files changed, 70 insertions(+), 79 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a54dec9563fe552852f9237fd471d5cbe566eba -- DragonFly BSD source repository