summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/apic.c
AgeCommit message (Expand)Author
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-07-01Correctly count interrupts for devices that share interrupts.Mark Kettenis
2007-06-30Bump number of supported interrupt routing entries.Mark Kettenis
2007-06-18Lookup interrupt routing info based on elroy(4) bus number.Mark Kettenis
2007-06-17Get interrupt information from PDC and use it to program the IO SAPIC.Mark Kettenis
2007-05-27Dynamically allocate irq's for pci devices on elroy(4).Mark Kettenis
2007-05-21Import code to support the Elroy chip from hppa64 and make it actually work.Mark Kettenis