https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
--- Comment #151 from [email protected] --- (In reply to hlh from comment #150) maybe the culprit: In a commit on May 28 in rtsx_card_task() I put the UNLOCK after sc->rtsx_mmc_dev = NULL. It seems logical since sc struct is modified. In your original code, the UNLOCK was before device_delete_child(). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
