mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
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) |
||
|---|---|---|
| .. | ||
| ahci.c | ||
| ahci.h | ||
| ahci_generic.c | ||
| ahci_mv_fdt.c | ||
| ahci_pci.c | ||
| ahciem.c | ||