Previously, the mps(4) driver used interrupts to check for SSU command completion. But if there is a panic during shutdown, interrupts stop and the system can hang if SSUs have not completed. Instead use polling to check if SSU commands have completed.
If this review is OK, I'll add it to the mpr(4) driver as well.