summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/dev/apic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix counting of interrupts for devices that attach to elroy(4). Sharedkettenis2011-05-011-11/+12
* Stop calling shared interrupt handlers as soon as one of them return 1kettenis2011-04-231-7/+6
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-2/+2
* No "\n" needed at the end of panic() strings.krw2010-08-071-2/+2
* Add missing prototypesderaadt2010-05-241-1/+5
* Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hiskettenis2010-04-011-2/+3
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-2/+2
* Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,krw2007-10-061-3/+3
* Correctly count interrupts for devices that share interrupts.kettenis2007-07-011-3/+22
* Bump number of supported interrupt routing entries.kettenis2007-06-301-2/+2
* Lookup interrupt routing info based on elroy(4) bus number.kettenis2007-06-181-22/+15
* Get interrupt information from PDC and use it to program the IO SAPIC.kettenis2007-06-171-6/+114
* Dynamically allocate irq's for pci devices on elroy(4).kettenis2007-05-271-17/+41
* Import code to support the Elroy chip from hppa64 and make it actually work.kettenis2007-05-211-0/+211