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

git: 8254: Setup interrupt properly for new I/O APIC code


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Mar 2011 09:59:21 -0700 (PDT)

commit 6b809ec73a4658e71239916f8276dc080cc3992d
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Tue Mar 22 00:06:30 2011 +0800

    8254: Setup interrupt properly for new I/O APIC code

Summary of changes:
 sys/platform/pc32/apic/ioapic_abi.c |   65 +++++++++++++++++++++
 sys/platform/pc32/apic/ioapic_abi.h |    1 +
 sys/platform/pc32/apic/mpapic.c     |    6 ++
 sys/platform/pc32/icu/icu.c         |   27 +++++++++
 sys/platform/pc32/icu/icu_var.h     |    2 +
 sys/platform/pc32/include/smp.h     |    1 +
 sys/platform/pc32/isa/clock.c       |  106 ++++++++++++++++++++++++++++++++--
 sys/platform/pc64/apic/ioapic_abi.c |   65 +++++++++++++++++++++
 sys/platform/pc64/apic/ioapic_abi.h |    1 +
 sys/platform/pc64/apic/mpapic.c     |    6 ++
 sys/platform/pc64/icu/icu.c         |   27 +++++++++
 sys/platform/pc64/icu/icu_var.h     |    2 +
 sys/platform/pc64/include/smp.h     |    1 +
 sys/platform/pc64/isa/clock.c       |  106 ++++++++++++++++++++++++++++++++--
 14 files changed, 402 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6b809ec73a4658e71239916f8276dc080cc3992d


-- 
DragonFly BSD source repository



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