K 10 svn:author V 6 luporl K 8 svn:date V 27 2018-10-17T19:29:57.918020Z K 7 svn:log V 405 ppc64: limited 32-bit DMA address range Further investigation of issues with 32-bit DMA on PowerNV revealed that its window is hardcoded by OPAL (at least in skiboot version 5.4.9) and cannot be changed by the OS. Thus, now jhb suggestion of limiting the range in PCI DMA tag seems the best way to deal with it. This was done in opal_pci.c. This commit also reverts 2 previous hacks, in AHCI and bge(4). END