summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/pxa2x0_intr.c
AgeCommit message (Expand)Author
2009-08-26more bloody const crap mk brokeTheo de Raadt
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-05-15Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-05-19Implement splassert for armish and zaurus.Miod Vallat
2006-12-14- enable nested interrupts on zaurus. most obvious side-effect of this isNiall O'Higgins
2006-03-07Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask.Uwe Stuehler
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
2005-05-27Dale's lost diff for IRQ sharing, turned on by default.Uwe Stuehler
2005-04-06spelling/grammar cleanupsChristopher Pascoe
2005-02-28Store interrupt state in one variable not two, remove inlines whichDale Rahn
2005-02-23Move code from zaurus machdep to arm/xscale to live with the interruptDale Rahn
2005-01-17Interrupts which are handled by the second level interrupt handler gpioDale Rahn
2005-01-13destatic/inlineDale Rahn
2005-01-11first cut at interrupt stats.Dale Rahn
2005-01-04implement intr_disestablish.Dale Rahn
2005-01-04Add name argument to pxa2x0_intr_establish, which is standard for openbsdDale Rahn
2005-01-02OpenBSD tagsDale Rahn
2004-12-30xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.Dale Rahn