freebsd-dev/sys/dev/ahci
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
..
ahci_generic.c Add support for AHCI in Armada 3700 2017-09-09 11:01:44 +00:00
ahci_mv_fdt.c Fix kernel modules names for Marvell armv7 2018-04-03 23:49:35 +00:00
ahci_pci.c Add PCI IDs for AMD X370 AHCI and XHCI. 2018-07-12 18:44:00 +00:00
ahci.c Fixed endianess issue in AHCI driver 2018-07-27 13:11:05 +00:00
ahci.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
ahciem.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00