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

git: mptable/ioapic: Properly routing PCI interrupts


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Mar 2011 01:11:47 -0700 (PDT)

commit e90e7ac4efa9c9c686a72d3805ef6f6220b6f1fd
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Sun Mar 20 14:40:30 2011 +0800

    mptable/ioapic: Properly routing PCI interrupts

Summary of changes:
 sys/bus/pci/i386/mptable_pci.c        |   45 ++++++++++++++++++----------
 sys/bus/pci/x86_64/mptable_pci.c      |   46 +++++++++++++++++++----------
 sys/platform/pc32/apic/ioapic_abi.c   |   51 +++++++++++++++++++++++++++++++++
 sys/platform/pc32/apic/ioapic_abi.h   |    3 ++
 sys/platform/pc32/apic/mpapic.c       |   18 ++++++++++-
 sys/platform/pc32/i386/mp_machdep.c   |   51 +++++++++++++++++++++++++++++++++
 sys/platform/pc32/include/smp.h       |    3 ++
 sys/platform/pc64/apic/ioapic_abi.c   |   51 +++++++++++++++++++++++++++++++++
 sys/platform/pc64/apic/ioapic_abi.h   |    3 ++
 sys/platform/pc64/apic/mpapic.c       |   18 ++++++++++-
 sys/platform/pc64/include/smp.h       |    3 ++
 sys/platform/pc64/x86_64/mp_machdep.c |   51 +++++++++++++++++++++++++++++++++
 12 files changed, 307 insertions(+), 36 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e90e7ac4efa9c9c686a72d3805ef6f6220b6f1fd


-- 
DragonFly BSD source repository



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