All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: Ryan Harper <ryanh@us.ibm.com>, kvm@vger.kernel.org
Subject: [PATCH 1/2] lsi: add ISTAT1 register read
Date: Fri, 23 Jan 2009 08:21:18 -0600	[thread overview]
Message-ID: <1232720479-21398-2-git-send-email-ryanh@us.ibm.com> (raw)
In-Reply-To: <1232720479-21398-1-git-send-email-ryanh@us.ibm.com>

SLES10 SP2 installer complains with:

lsi_scsi: error: readb 0x15

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>

diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 9f50dcb..912d7d5 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -1368,6 +1368,8 @@ static uint8_t lsi_reg_readb(LSIState *s, int offset)
     CASE_GET_REG32(dsa, 0x10)
     case 0x14: /* ISTAT0 */
         return s->istat0;
+    case 0x15: /* ISTAT1 */
+        return s->istat1;
     case 0x16: /* MBOX0 */
         return s->mbox0;
     case 0x17: /* MBOX1 */

WARNING: multiple messages have this Message-ID (diff)
From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: Ryan Harper <ryanh@us.ibm.com>, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 1/2] lsi: add ISTAT1 register read
Date: Fri, 23 Jan 2009 08:21:18 -0600	[thread overview]
Message-ID: <1232720479-21398-2-git-send-email-ryanh@us.ibm.com> (raw)
In-Reply-To: <1232720479-21398-1-git-send-email-ryanh@us.ibm.com>

SLES10 SP2 installer complains with:

lsi_scsi: error: readb 0x15

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>

diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 9f50dcb..912d7d5 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -1368,6 +1368,8 @@ static uint8_t lsi_reg_readb(LSIState *s, int offset)
     CASE_GET_REG32(dsa, 0x10)
     case 0x14: /* ISTAT0 */
         return s->istat0;
+    case 0x15: /* ISTAT1 */
+        return s->istat1;
     case 0x16: /* MBOX0 */
         return s->mbox0;
     case 0x17: /* MBOX1 */

  reply	other threads:[~2009-01-23 14:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 14:21 [PATCH 0/2] LSI53C895A and scsi-disk fixes Ryan Harper
2009-01-23 14:21 ` [Qemu-devel] " Ryan Harper
2009-01-23 14:21 ` Ryan Harper [this message]
2009-01-23 14:21   ` [Qemu-devel] [PATCH 1/2] lsi: add ISTAT1 register read Ryan Harper
2009-01-23 14:21 ` [PATCH 2/2] lsi,scsi-disk: check for reentrance via tag matching Ryan Harper
2009-01-23 14:21   ` [Qemu-devel] [PATCH 2/2] lsi, scsi-disk: " Ryan Harper
2009-01-23 15:00   ` [PATCH 2/2] lsi,scsi-disk: " Anthony Liguori
2009-01-23 15:00     ` [Qemu-devel] Re: [PATCH 2/2] lsi, scsi-disk: " Anthony Liguori
2009-01-23 15:23     ` [PATCH 2/2] lsi,scsi-disk: " Ryan Harper
2009-01-23 15:23       ` [Qemu-devel] Re: [PATCH 2/2] lsi, scsi-disk: " Ryan Harper
2009-01-23 15:42       ` [PATCH 2/2] lsi,scsi-disk: " Anthony Liguori
2009-01-23 15:42         ` [Qemu-devel] Re: [PATCH 2/2] lsi, scsi-disk: " Anthony Liguori

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=1232720479-21398-2-git-send-email-ryanh@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --cc=kvm@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.