summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-08-22 01:42:01 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-08-22 01:42:01 +0000
commit800e109073cddfb8c6689412a467d072b7d272d2 (patch)
treecaecb6d8a8c134a608ae7a811ec02ed29c435f4c /sys/arch/macppc
parente6dbdd13b93200b4a3efd77f0b73e4e863a8722b (diff)
Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with the
BUS_DMA_COHERENT flag was mapped as device memory which does not use the store buffer. It is now mapped as normal inner and outer non-cacheable which does. While we drain the cpu store buffer for this case, on cortex a9 systems we also need to explicitly drain the PL310 L2's store buffer. With PL310 revisions r3p2 and later this is done automatically after being present in the store buffer for 256 cycles. On i.MX6 PL310 is rev r3p1 which does not have this behaviour. This issue is i.MX6 errata ERR055199 and PL310 errata 769419. This change restores io performance with a usb flash drive attached to my cubox. Raw reads go from 3 MB/s to 19 MB/s for example. Based on code written by patrick@ some time ago. ok kettenis@ patrick@
Diffstat (limited to 'sys/arch/macppc')
0 files changed, 0 insertions, 0 deletions