https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
--- Comment #131 from [email protected] --- (In reply to jyoung15 from comment #127) Just to check if ther is a timing problem, can you try: diff --git a/rtsx.c b/rtsx.c index 13ce3df..6da1b1c 100644 --- a/rtsx.c +++ b/rtsx.c @@ -547,6 +547,7 @@ rtsx_is_card_present(struct rtsx_softc *sc) { uint32_t status; + DELAY(200); status = READ4(sc, RTSX_BIPR); return (status & RTSX_SD_EXIST); } -- 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]"
