commit | c5139bd9a9d78053a4da5047deb34e478a52d669 | [log] [tgz] |
---|---|---|
author | Hervé Poussineau <hpoussin@reactos.org> | Thu Sep 20 22:50:17 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Nov 14 18:19:22 2012 +0100 |
tree | 882b2b0378b62de76dd33065770246077dd11153 | |
parent | d497d53497070322e04796a9958e551d88c9f3a9 [diff] |
fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers On non-DMA transfers, fdctrl_stop_transfer() used to set FD_SR0_SEEK no matter if there actually was a seek or not. This is obviously wrong. fdctrl_seek_to_next_sect() has this information because it performs the seek itself. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Kevin Wolf <kwolf@redhat.com>