aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/mpc85xx/atpic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfaceMarcel Moolenaar2011-07-311-2/+2
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar2011-01-291-13/+2
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-1/+1
* Move the EOI logic when starting ithreads into intr_machdep instead ofNathan Whitehorn2010-07-061-2/+0
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-021-1/+0
* Pass the device_t of the AT PIC driver to atpic_intr() so thatMarcel Moolenaar2010-06-241-5/+2
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-1/+15
* Mark the cascaded AT interrupt handler as MP safe to avoid havingMarcel Moolenaar2009-05-311-1/+1
* Add suppport for ISA and ISA interrupts to make the ATAMarcel Moolenaar2009-04-241-0/+330