Not really. The interrupt count frmo /proc/scsi/aic7xxx/x is the number of
times we've ran through the isr routine. The interrupt count in the
/proc/interrupts file is the number of interrupts actually received from the
card. The aic7xxx_isr is a somewhat slow routine that will try to catch
multiple interrupts with one instance if possible. So, most likely, what
you're seeing here is the result of us catching several interrupts in one
call into the isr on a regular basis.
--Doug Ledford <dledford@dialnet.net> Opinions expressed are my own, but they should be everybody's.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu