History log of /dragonfly/sys/platform/pc64/apic/ioapic_abi.h (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0
# 86d692fe 28-Aug-2012 Sepherosa Ziehau <sephe@dragonflybsd.org>

MachIntr: Add two methods to find IRQ

- Find IRQ conforming to the specified trigger and polarity, if it was
configured.
- Find IRQ by GSI, the located IRQ must conform to the specified trigger

MachIntr: Add two methods to find IRQ

- Find IRQ conforming to the specified trigger and polarity, if it was
configured.
- Find IRQ by GSI, the located IRQ must conform to the specified trigger
and polarity if it was configured.

show more ...


Revision tags: v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 027bbbfe 12-Jan-2012 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic_abi: More consistent function name w/ legacy interrupt

No functional changes


# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0
# 5ac5ccd2 31-Aug-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic/x86_64: 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


# 451af8d9 31-Aug-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

intr/x86_64: Define IDT_HWI_VECTORS

This macro defines how many IDT vectors that could be setup as hardware
interrupts. Use this macro instead of MAX_HARDINTS and APIC_INTMAPSIZE.


# ae6a67d9 03-Jun-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

x86_64: Remove unnecessary #ifdef SMP from files compiled with options SMP


# 566d27d4 31-May-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

x86_64: Move int_to_apicintpin from mp_machdep.c to apic/ioapic_abi.c


Revision tags: v2.10.1, v2.11.0, v2.10.0
# 6b809ec7 21-Mar-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

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


# e90e7ac4 20-Mar-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

mptable/ioapic: Properly routing PCI interrupts


# 4a913811 20-Mar-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic/abi: Mark unused ISA IRQs as reserved


# 929c940f 18-Mar-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic/abi: Save IRQ to GSI mapping


# a3dd9120 06-Feb-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic/icu: Add irqmap


# 9e0e3f85 02-Feb-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

ioapic: Function/variable renaming (apic -> ioapic)