index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
xscale
/
pxa2x0_intr.c
Age
Commit message (
Expand
)
Author
2009-08-26
more bloody const crap mk broke
Theo de Raadt
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-04-08
Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename
Mark Kettenis
2008-05-19
Change all remaining MD uses of MALLOC and FREE into proper malloc() and
Miod Vallat
2008-05-15
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-05-19
Implement splassert for armish and zaurus.
Miod Vallat
2006-12-14
- enable nested interrupts on zaurus. most obvious side-effect of this is
Niall O'Higgins
2006-03-07
Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask.
Uwe Stuehler
2005-08-08
Avoid overlap in USB hard and the soft interrupt bits, update comments
Uwe Stuehler
2005-05-27
Dale's lost diff for IRQ sharing, turned on by default.
Uwe Stuehler
2005-04-06
spelling/grammar cleanups
Christopher Pascoe
2005-02-28
Store interrupt state in one variable not two, remove inlines which
Dale Rahn
2005-02-23
Move code from zaurus machdep to arm/xscale to live with the interrupt
Dale Rahn
2005-01-17
Interrupts which are handled by the second level interrupt handler gpio
Dale Rahn
2005-01-13
destatic/inline
Dale Rahn
2005-01-11
first cut at interrupt stats.
Dale Rahn
2005-01-04
implement intr_disestablish.
Dale Rahn
2005-01-04
Add name argument to pxa2x0_intr_establish, which is standard for openbsd
Dale Rahn
2005-01-02
OpenBSD tags
Dale Rahn
2004-12-30
xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.
Dale Rahn