K 10 svn:author V 5 peter K 8 svn:date V 27 2001-06-16T22:59:46.000000Z K 7 svn:log V 285 Use INTR_TYPE_AV for the interrupt handlers because: 1: most drivers are sensitive to timing, and 2: the handlers are MPSAFE and need a chance to get into the kernel before some other non-mpsafe handler blocks the ithread on Giant in shared irq cases. Reviewed by: cg (in principle) END