Hi, I have a quick question: How are interrupt handlers implemented in NetBSD 5.0? Are the interrupt handlers deferred to an interrupt thread so that locking a kernel mutex from within the interrupt handler is allowed? --HPS