qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 17/19] Correct definitions for FD_CMD_SAVE and F


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH 17/19] Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
Date: Tue, 15 Jun 2010 09:28:15 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/15/2010 09:19 AM, Kevin Wolf wrote:
From: Jes Sorensen<address@hidden>

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

FYI, the subject is duplicated here so the commit log looks a bit funky.

Regards,

Anthony Liguori

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<address@hidden>
Signed-off-by: Kevin Wolf<address@hidden>
---
  hw/fdc.c |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/fdc.c b/hw/fdc.c
index b978957..45a876d 100644
--- a/hw/fdc.c
+++ b/hw/fdc.c
@@ -369,9 +369,9 @@ enum {
      FD_CMD_PART_ID = 0x18,
      FD_CMD_SCAN_LOW_OR_EQUAL = 0x19,
      FD_CMD_SCAN_HIGH_OR_EQUAL = 0x1d,
-    FD_CMD_SAVE = 0x2c,
+    FD_CMD_SAVE = 0x2e,
      FD_CMD_OPTION = 0x33,
-    FD_CMD_RESTORE = 0x4c,
+    FD_CMD_RESTORE = 0x4e,
      FD_CMD_DRIVE_SPECIFICATION_COMMAND = 0x8e,
      FD_CMD_RELATIVE_SEEK_OUT = 0x8f,
      FD_CMD_FORMAT_AND_WRITE = 0xcd,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]