aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac/hrowpic.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-121-8/+8
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove bogus __unused attribute from hrowpic_eoi().Rui Paulo2012-07-011-1/+1
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar2011-01-291-12/+1
* Move the EOI logic when starting ithreads into intr_machdep instead ofNathan Whitehorn2010-07-061-3/+0
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-021-1/+0
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-0/+11
* Allow Heathrow-based machines to boot a kernel containing option SMPNathan Whitehorn2009-10-241-1/+7
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-1/+0
* Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar2008-02-121-1/+9
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-111-328/+108
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+5
* Set the rid for any resource obtained from rman_resource_reserve.Warner Losh2006-04-201-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-2/+2
* - Use the rman_get_* functions instead of reaching into struct resource.Marius Strobl2004-08-111-7/+8
* Catch up with __RMAN_RESOURCE_VISIBLE changePeter Grehan2004-07-011-0/+1
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-251-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Use a device identify entry point to attach to nexus, since thePeter Grehan2004-01-131-9/+27
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-4/+4
* A module to handle the interrupt controller on Heathrow/PaddingtonPeter Grehan2003-06-281-0/+468