]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't over-commit the DMA. Use the passed in size of the transfer
authorWarner Losh <imp@FreeBSD.org>
Thu, 22 Jan 2009 22:29:21 +0000 (22:29 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 22 Jan 2009 22:29:21 +0000 (22:29 +0000)
commitd78f78230dc3d381f684a5fedf2d2abec031972c
treea0d31b4ef50db43e52bea73aa57146daccecc786
parent5999bbbf41bf195c8cba32e335a553f8bc5a143a
Don't over-commit the DMA.  Use the passed in size of the transfer
rather than a fixed 512...  This fixes the mount root problem on at91.
Prior to the SD card reorg, all data transfers were 512 bytes, so we
didn't notice.
sys/arm/at91/at91_mci.c