HomeFreeBSD

MFC r336760 (by luporl): Fixed endianess issue in AHCI driver

Description

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.

Details

Provenance
mavAuthored on
Parents
rS350790: MFC r349292: Decouple enc/ses verbosity from bootverbose.
Branches
Unknown
Tags
Unknown