[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 11 16:04:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
--- Comment #203 from Gary Jennejohn <gljennjohn at gmail.com> ---
(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.
More information about the freebsd-bugs
mailing list