ahci: SATA FIS is 20 bytes, not 0x20
commit4bb9c939a57103898f5a51aa6a7336eb3320d923
authorDaniel Verkamp <daniel@drv.nu>
Tue, 22 May 2012 23:26:42 +0000 (22 16:26 -0700)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 May 2012 12:51:09 +0000 (30 14:51 +0200)
treef11dd40e9b4824695b9596be8c05406a25898b7b
parent136be99e6e2130d3cd960b6b7d0ca86b6f011e5f
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>
hw/ide/ahci.c