ahci: handle unaligned buffers.
authorScott Duplichan <scott@notabs.org>
Thu, 14 Jul 2011 14:24:02 +0000 (16:24 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 25 Jul 2011 03:28:57 +0000 (23:28 -0400)
commit9c48aab016ba475caf7abe6c92624861daf9caf4
treebaafba4e2ddb6550a1ac71b0757f38426658732c
parent6f85049296d63d8e21946d0bb927047d66aaa16a
ahci: handle unaligned buffers.

This change allows unaligned buffers to be used for reads or writes
to non-atapi devices. Currently only MS-DOS boot is known to need
unaligned buffer support.

Signed-off-by: Scott Duplichan <scott@notabs.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/ahci.c