CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/05/01 15:59:39
Modified files: sys/arch/hppa/hppa: intr.c sys/arch/hppa/dev: apic.c Log message: Fix counting of interrupts for devices that attach to elroy(4). Shared interrupts would be counted double, once for the interrupting device and once for the device at the head of the chain. The handlers would run properly though. Avoid this by giving each device its own interrupt counter instead of using the counter provided by the generic interrupt handling code for the head of the chain.