summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/pic/pic_openpic.c
AgeCommit message (Expand)Author
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2020-07-13Drop unused opt_interrupt.h include.rin
2020-07-12No need to test _KERNEL_OPT twice.rin
2020-07-06Include missing opt_multiprocessor.h.rin
2020-07-06Style and cosmetic changes. No binary changes intended.rin
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-05-16special case IPIs so we don't mess with hardware IRQ sourcesmacallan
2018-03-22don't call mapiodev() - the caller should hand us a usable addressmacallan
2018-03-02IRQ0 is perfectly legal to use on at least some macppc, so don't treat itmacallan
2018-03-01use mapiodev() so this can work on G5smacallan
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-05-26treat IPIs like regular interrupts at IPL_HIGHmacallan
2012-02-01Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.matt
2012-01-14Some PICs have the capability to define the interrupt's polarity (OpenPICphx
2011-06-20<arch/powerpc/... -> <powerpc/...matt
2008-04-29Convert to new 2 clause licensemartin
2008-01-17Add support to ofppc for the IBM 7044-270 machine. This is a POWER3-IIgarbled
2007-12-11Fix the endless stream of 7's problem on i8259-like interrupt controllersgarbled
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled