K 10 svn:author V 3 mav K 8 svn:date V 27 2019-08-08T21:43:00.362237Z K 7 svn:log V 339 MFC r336760 (by luporl): Fixed endianess issue in AHCI driver There were some bits that were being set in cmd_flags (a field of AHCI's command list structure) after cmd_flags was converted to little endian. On a big endian host, such as PowerPC, this would set the wrong bits. This was preventing AHCI driver from working on these hosts. END