opnsense-src/sys/dev/ahci
Warner Losh 0375d6f5f9 We were returning 20 bytes as the FIS size to send, but only
initializing 16. Initialize all 20 so we don't send garbage in the
Auxiliary register. The SATA standard mandates a 5 dword length for
the Host to Device FIS.

Sponsored by: Netflix
2014-08-30 02:13:09 +00:00
..
ahci.c We were returning 20 bytes as the FIS size to send, but only 2014-08-30 02:13:09 +00:00
ahci.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
ahciem.c Destroy mtx lock when failed to allocate memory during attach. 2013-12-11 17:40:35 +00:00