This card is actually emulating an alc(4) card in firmware, and the firmware-emulated card takes a lot longer to reset than the real cards.
Add a delay before we start polling for a successful reset, and increase the poll interval, only for the Mikrotik card.
Additionally, the card does not appear to clear the reset request bit in the ALC_MASTER_CFG register, so we clear it ourselves after a successful reset.
The card does not yet pass traffic, but resetting the card when bringing it up is significantly more stable.