]> git.proxmox.com Git - mirror_qemu.git/commit - hw/block/fdc.c
fdc: fix seek command, which shouldn't check tracks
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 6 Feb 2012 21:29:11 +0000 (22:29 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 29 Feb 2012 11:48:46 +0000 (12:48 +0100)
commitb072a3c85da1391d86aaea60451738131034c7c3
treebb6140895b1be6b435cc93254a83ff05a8e79965
parent844f65d661fa6d7e5460cc76ccabfe1398849fe7
fdc: fix seek command, which shouldn't check tracks

The seek command just sends step pulses to the drive and doesn't care if
there is a medium inserted of if it is banging the head against the drive.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/fdc.c