qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Artyom Tarasenko <atar4qemu@googlemail.com>
To: qemu-devel <qemu-devel@nongnu.org>, Blue Swirl <blauwirbel@gmail.com>
Subject: [Qemu-devel] esp (sparc32) Extra scsi data.
Date: Mon, 31 Aug 2009 00:57:08 +0200	[thread overview]
Message-ID: <fb8d4f70908301557l10fad4c8g155a81520fd2eb78@mail.gmail.com> (raw)

got past scsi-controller initialization. Next stop is disks probing:

ok probe-scsi
Extra scsi data. Fatal error.Extra scsi data. Fatal error.
ok

Is it a known problem? The esp log (qemu started with -hda netbsd.img
-cdrom cd.iso):

ok probe-scsi
ESP: write reg[3]: 0x03 -> 0x02
ESP: Chip reset (02)
ESP: write reg[3]: 0x02 -> 0x00
ESP: NOP (00)
ESP: write reg[5]: 0x00 -> 0x93
ESP: write reg[7]: 0x00 -> 0x00
ESP: write reg[9]: 0x00 -> 0x00
ESP: write reg[8]: 0x00 -> 0x07
ESP: read reg[5]: 0x00
ESP: write reg[3]: 0x00 -> 0x03
ESP: Bus reset (03)
ESP: read reg[5]: 0x80
ESP: read reg[5]: 0x00
ESP: read reg[5]: 0x00
ESP: write reg[1]: 0x00 -> 0x00
ESP: write reg[0]: 0x00 -> 0x06
ESP: write reg[4]: 0x00 -> 0x00
ESP: write reg[3]: 0x03 -> 0xc1
ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 0
ESP: do_cmd: busid 0x0
ESP: SCSI Command complete
ESP: read reg[5]: 0x18
ESP: read reg[4]: 0x03
ESP: write reg[3]: 0xc1 -> 0x00
ESP: NOP (00)
ESP: read reg[6]: 0x04
ESP: write reg[3]: 0x00 -> 0x11
ESP: Initiator Command Complete Sequence (11)
ESP: Transfer status (sense=0)
ESP: read reg[5]: 0x08
ESP: read reg[4]: 0x07
ESP: read reg[7]: 0x02
ESP: read reg[7]: 0x02
ESP: read reg[2]: 0x00
ESP: read reg[7]: 0x02
ESP: read reg[7]: 0x02
ESP: read reg[2]: 0x00
ESP: write reg[3]: 0x11 -> 0x12
ESP: Message Accepted (12)
ESP: Transfer status (sense=0)
ESP: read reg[5]: 0x20
ESP: read reg[4]: 0x07
ESP: read reg[7]: 0x02
Extra scsi data. Fatal error.ESP: read reg[5]: 0x00
ESP: write reg[1]: 0x00 -> 0x00
ESP: write reg[0]: 0x06 -> 0x06
ESP: write reg[4]: 0x00 -> 0x01
ESP: write reg[3]: 0x12 -> 0xc1
ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 1
ESP: read reg[5]: 0x20
ESP: read reg[4]: 0x00
ESP: read reg[5]: 0x00
ESP: write reg[1]: 0x00 -> 0x00
ESP: write reg[0]: 0x06 -> 0x06
ESP: write reg[4]: 0x01 -> 0x02
ESP: write reg[3]: 0xc1 -> 0xc1
ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 2
ESP: do_cmd: busid 0x0
ESP: SCSI Command complete
ESP: read reg[5]: 0x18
ESP: read reg[4]: 0x03
ESP: write reg[3]: 0xc1 -> 0x00
ESP: NOP (00)
ESP: read reg[6]: 0x04
ESP: write reg[3]: 0x00 -> 0x11
ESP: Initiator Command Complete Sequence (11)
ESP: Transfer status (sense=0)
ESP: read reg[5]: 0x08
ESP: read reg[4]: 0x07
ESP: read reg[7]: 0x02
ESP: read reg[7]: 0x02
ESP: read reg[2]: 0x00
ESP: read reg[7]: 0x02
ESP: read reg[7]: 0x02
ESP: read reg[2]: 0x00
ESP: write reg[3]: 0x11 -> 0x12
ESP: Message Accepted (12)
ESP: Transfer status (sense=0)
ESP: read reg[5]: 0x20
ESP: read reg[4]: 0x07
ESP: read reg[7]: 0x02
Extra scsi data. Fatal error.ESP: read reg[5]: 0x00
ESP: write reg[1]: 0x00 -> 0x00
ESP: write reg[0]: 0x06 -> 0x06
ESP: write reg[4]: 0x02 -> 0x03
ESP: write reg[3]: 0x12 -> 0xc1
ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 3
ESP: read reg[5]: 0x20
ESP: read reg[4]: 0x00
ESP: read reg[5]: 0x00
ESP: write reg[1]: 0x00 -> 0x00
ESP: write reg[0]: 0x06 -> 0x06
ESP: write reg[4]: 0x03 -> 0x04
ESP: write reg[3]: 0xc1 -> 0xc1
ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 4

[skipped targets 4-6, no errors here, just like target 3]

ESP: Select without ATN (c1)
ESP: get_cmd: len 6 target 7
ESP: read reg[5]: 0x20
ESP: read reg[4]: 0x00

ok

             reply	other threads:[~2009-08-30 22:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-30 22:57 Artyom Tarasenko [this message]
2009-08-31 17:03 ` [Qemu-devel] [PATCH] esp (sparc32) Extra scsi data Artyom Tarasenko

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=fb8d4f70908301557l10fad4c8g155a81520fd2eb78@mail.gmail.com \
    --to=atar4qemu@googlemail.com \
    --cc=blauwirbel@gmail.com \
    --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).