[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 10 08:13:25 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521
--- Comment #21 from Gary Jennejohn <gljennjohn at gmail.com> ---
(In reply to Alexey Dokuchaev from comment #20)
I've been looking at Henri's driver for some time.
Unfortunately, there are DMA errors when trying to read larger amounts of data
from the SD card. I've been adding debug output to the driver but haven't yet
been able to pinpoint the cause of the errors.
The DMA errors result in the Controller Timeouts you've seen because no
interrupt is being raised.
As a result e.g. CMD7 fails. This is a very important command which is part of
the card intialization process.
The SD card protocols are rather complex which makes understanding what is
going on kind of difficult.
Since FreeBSD policy dictates that new drivers have to land in HEAD first, it
will probably be some time before the driver appears in older versions.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list