https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
--- Comment #203 from Gary Jennejohn <[email protected]> --- (In reply to Henri Hennebert from comment #197) I doubt that you need bus_generic_suspend() and bus_generic_resume() because mmc_suspend() and mmc_resume() do it automatically for you. I don't know whether calling these functions twice would cause a problem, but there is really no need to do it in the driver itself. I don't know whether suspending while an IO is in progress is expected to work. mmcsd_suspend() does seem to wait for any in-flight IO to complete and calls mmcsd_flush_cache(), but I'm not entirely sure that it works. -- 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]"
