summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/openpicvar.h
AgeCommit message (Expand)Author
2025-10-29intr/powerpc: create openpic_class kobjElliott Mitchell
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-10Remove unused openpic_devclass.John Baldwin
2020-09-01powerpc: clean up empty lines in .c and .h filesMateusz Guzik
2019-11-08powerpc/mpc85xx: Add MSI support for Freescale PowerPC SoCsJustin Hibbits
2019-02-06powerpc: Bind IRQs to only one interrupt on QorIQ SoCsJustin Hibbits
2019-01-12powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-12-21Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits
2011-05-09Add the powerpc support.Attilio Rao
2011-01-29Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar
2010-06-23Configure interrupts on SMP systems to be distributed among all onlineNathan Whitehorn
2010-06-18Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn
2008-03-07Add support for the BUS_CONFIG_INTR() method to the platform and toMarcel Moolenaar
2008-02-12Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar
2007-08-11Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-01-13Make the OpenPic driver bus-independent, with attachments forPeter Grehan
2002-09-19psim device supportPeter Grehan
2002-07-09Driver for OpenPIC compatible interrupt controllers.Benno Rice