qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] fdc: save and restore commands
@ 2009-09-02 21:38 Benjamin David Lunt
  0 siblings, 0 replies; only message in thread
From: Benjamin David Lunt @ 2009-09-02 21:38 UTC (permalink / raw)
  To: qemu-devel


Hello again,

Another (maybe) error in fdc.c is the command code for
SAVE and RESTORE.  In the Intel 82078 (44pin) and the
Intel 82078SL (64pin), each have the command codes as
2Eh and 4Eh respectively.  The current fdc.c file has
them as 2Ch and 4Ch.

fdc.c Line 368
    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,

Please correct me if I am wrong.

Thanks,
Ben

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-02 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 21:38 [Qemu-devel] fdc: save and restore commands Benjamin David Lunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).