]> git.proxmox.com Git - qemu.git/commit
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 11 Jun 2010 14:02:34 +0000 (16:02 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 15 Jun 2010 20:50:47 +0000 (22:50 +0200)
commit8fd7d5438eab55bca2aef7031b5280cace35934b
tree52a7fb4a157c03471b21a46fd73806479b83998e
parenta513171f809da4e83800e6bd6e7518dd4b190d9f
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE

Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE in hw/fdc.c

Per https://bugs.launchpad.net/qemu/+bug/424453 the correct values
for FD_CMD_SAVE is 0x2e and FD_CMD_RESTORE is 0x4e. Verified against
the Intel 82078 manual which can be found at:
http://wiki.qemu.org/Documentation/HardwareManuals page 22.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit bb350a5e9b961a8c3940b3451c329ff07c027aa1)
hw/fdc.c