commit | 4bb9c939a57103898f5a51aa6a7336eb3320d923 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <daniel@drv.nu> | Tue May 22 16:26:42 2012 -0700 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 30 14:51:09 2012 +0200 |
tree | f11dd40e9b4824695b9596be8c05406a25898b7b | |
parent | 136be99e6e2130d3cd960b6b7d0ca86b6f011e5f [diff] |
ahci: SATA FIS is 20 bytes, not 0x20 As in the SATA and AHCI specifications, a FIS is 5 Dwords of 4 bytes each, which comes to 20 bytes (decimal), not 0x20. Signed-off-by: Daniel Verkamp <daniel@drv.nu> Signed-off-by: Kevin Wolf <kwolf@redhat.com>