Leandro Lupori 33dc803991 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.

Reviewed by:	jhibbits
Approved by:	jhibbits (mentor)
2018-07-27 13:11:05 +00:00
..
2018-07-10 14:04:52 +00:00
2018-07-27 13:11:05 +00:00
2018-07-27 10:40:48 +00:00
2018-06-14 07:12:10 +00:00
2018-07-25 19:31:32 +00:00
2018-07-25 22:46:36 +00:00
2018-07-26 16:08:26 +00:00
2018-07-26 17:52:57 +00:00
2018-07-15 00:31:17 +00:00
2018-03-24 21:30:24 +00:00
2018-07-19 10:14:52 +00:00