Just come across some weirdness with my driver; when I call ddi_intr_block_disable() to remove my interrupts and then call ddi_intr_block_enable() shortly afterwards, I no longer get any interrupts. Should I be able to call those functions to disable and re-enable interrupts in that way (I need to do some processing in between to reset my h/w) or do I need to tear down and re-create more state?
Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant _______________________________________________ driver-discuss mailing list driver-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/driver-discuss