mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 05:29:17 +01:00
- The quirk was not properly applied due to misuse of the device API - The interrupts could run out of sync, leading to not properly waiting for commands to terminate before reading their result. Add panic to check for that (at the start of the next command) and fix the code. Change-Id: If83b7bbb3c3446d374115ed22c09b91020028578 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3609 Reviewed-by: waddlesplash <waddlesplash@gmail.com>