ian e00ee83cbc Revert r350841. I didn't realize that on this chip, reading the interrupt
status register clears pending interrupts.  By moving that code out of the
interrupt handler into a taskqueue task, I effectively created an interrupt
storm by returning from the handler with the interrupt source still active.

We'll have to find a different solution for this driver's need to sleep
in an ithread context.
2019-08-11 23:19:56 +00:00
..
2019-07-30 05:13:16 +00:00
2019-06-25 04:50:09 +00:00
2019-07-10 14:34:52 +00:00