qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Benjamin David Lunt" <fys@frontiernet.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] fdc: save and restore commands
Date: Wed, 2 Sep 2009 14:38:35 -0700	[thread overview]
Message-ID: <000501ca2c15$bbcc6370$01fea8c0@fys> (raw)


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

                 reply	other threads:[~2009-09-02 21:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000501ca2c15$bbcc6370$01fea8c0@fys' \
    --to=fys@frontiernet.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).