CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/29 04:37:54
Modified files:
sys/dev/fdt : imxesdhc.c
Log message:
The i.MX SD/MMC host controller does not support zero-length DMA
descriptors, which are used to encode 64k transfers since it's a
16-bit value in the descriptor, which means that we only support
a maximum segment size of 64k minus one. This fixes I/O errors
on i.MX machines.
ok kettenis@
