Fix IDE initialization when we don't probe for interrupts.
The driver obviously cannot rely on the interrupt handler when it is probing for interrupts, so the identify code is written to not use interrupts and the probing code will disable the interrupt after having figured out which one it is. The non-probe code should do the same, otherwise confusion happens.
Showing
Please register or sign in to comment