]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
ahci: SATA FIS is 20 bytes, not 0x20
authorDaniel Verkamp <daniel@drv.nu>
Tue, 22 May 2012 23:26:42 +0000 (16:26 -0700)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 25 Jun 2012 15:58:24 +0000 (10:58 -0500)
commitcd63a77e990f68a699ba220c8006386bd4379f81
tree5cadf24cb65c2017ed926bb47118906715f7aee5
parent845685265756467050859e2359acf16321111352
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>
(cherry picked from commit 4bb9c939a57103898f5a51aa6a7336eb3320d923)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ide/ahci.c