commit | d6ed4e21060d13a2faf7c1c9d121e68a16a411f8 | [log] [tgz] |
---|---|---|
author | Hervé Poussineau <hpoussin@reactos.org> | Thu Sep 20 23:01:58 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Nov 14 18:19:22 2012 +0100 |
tree | 8a7cdec2a1b9d803f855dd17f1a75a4fba34512c | |
parent | c5139bd9a9d78053a4da5047deb34e478a52d669 [diff] |
fdc: fix FD_SR0_SEEK for initial seek on DMA transfers fdctrl_start_transfer() used to set FD_SR0_SEEK no matter if there actually was a seek or not. This is obviously wrong. fdctrl_start_transfer() has this information because it performs the initial seek itself. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Kevin Wolf <kwolf@redhat.com>