public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	linux1394-devel@lists.sourceforge.net
Cc: James Bottomley <James.Bottomley@SteelEye.com>,
	Ben Collins <bcollins@debian.org>,
	Jeff Garzik <jgarzik@pobox.com>
Subject: Re: changes to ieee1394/sbp2 outside of linux1394.org
Date: Sun, 10 Jul 2005 19:34:32 +0200	[thread overview]
Message-ID: <42D15C28.5030705@s5r6.in-berlin.de> (raw)
In-Reply-To: <1121009100.5078.4.camel@mulgrave>

James Bottomley wrote:
> Could we have a few bug reports to try to diagnose, please?

I tested sbp2 with the logic as presently in 2.6.13-rc2 and added
printks everywhere where linux1394.org's old code would do a conversion.
The result:

DViCO Momobay FX-3A 3.5" HDD, based on TSB42AA9A bridge
-------------------------------------------------------
Jul 10 18:30:15 shuttle kernel: scsi0 : SCSI emulation for IEEE-1394 SBP-2 Devices
Jul 10 18:30:15 shuttle kernel: ieee1394: sbp2: Node 1-00:1023: Using 36byte inquiry workaround
Jul 10 18:30:16 shuttle kernel: ieee1394: sbp2: Logged into SBP-2 device
Jul 10 18:30:17 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case INQUIRY, TYPE_RBC
Jul 10 18:30:17 shuttle kernel:   Vendor:  DViCO    Model: MOMOBAY FX-3A     Rev: REV1
Jul 10 18:30:17 shuttle kernel:   Type:   Unknown                            ANSI SCSI revision: 02

Then silence.

$ cat /sys/bus/scsi/devices/*/type
14

Side note: The FX-3A does not really need the inquiry workaround. It is just
matched like a Momobay CX-1 in sbp2's workarounds section. But the inquiry
hack is harmless when applied on the FX-3A.

DViCO Momobay CX-1 2.5" HDD, based on TSB42AA9 bridge
-----------------------------------------------------
Jul 10 19:15:16 shuttle kernel: scsi1 : SCSI emulation for IEEE-1394 SBP-2 Devices
Jul 10 19:15:16 shuttle kernel: ieee1394: sbp2: Node 1-00:1023: Using 36byte inquiry workaround
Jul 10 19:15:18 shuttle kernel: ieee1394: sbp2: Logged into SBP-2 device
Jul 10 19:15:18 shuttle kernel:   Vendor: "DViCO"   Model: MOMOBAY CX-1      Rev: REV2
Jul 10 19:15:18 shuttle kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Jul 10 19:15:19 shuttle scsi.agent: disk at /devices/pci0000:00/0000:00:0c.0/fw-host1/0001041010004beb/0001041010004beb-0/host1/target1:0:0/1:0:0:0
Jul 10 19:15:19 shuttle kernel: SCSI device sda: 19640880 512-byte hdwr sectors (10056 MB)
Jul 10 19:15:19 shuttle kernel: sda: asking for cache data failed
Jul 10 19:15:19 shuttle kernel: sda: assuming drive cache: write through
Jul 10 19:15:19 shuttle kernel: SCSI device sda: 19640880 512-byte hdwr sectors (10056 MB)
Jul 10 19:15:19 shuttle kernel: sda: asking for cache data failed
Jul 10 19:15:19 shuttle kernel: sda: assuming drive cache: write through
Jul 10 19:15:19 shuttle kernel:  sda: sda1 sda2
Jul 10 19:15:19 shuttle kernel: Attached scsi disk sda at scsi1, channel 0, id 0, l

$ cat /sys/bus/scsi/devices/*/type
0

fdisk -l and hdparm -tT work flawlessly.

MacPower IceCube 800 3.5" HDD, based on OXUF922
-----------------------------------------------
Jul 10 19:25:32 shuttle kernel: scsi2 : SCSI emulation for IEEE-1394 SBP-2 Devices
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: Logged into SBP-2 device
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case INQUIRY, TYPE_RBC
Jul 10 19:25:33 shuttle kernel:   Vendor: ST340083  Model: 2A                Rev: 3.01
Jul 10 19:25:33 shuttle kernel:   Type:   Unknown                            ANSI SCSI revision: 06
Jul 10 19:25:33 shuttle kernel: SCSI device sda: 781422768 512-byte hdwr sectors (400088 MB)
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_command: case MODE_SENSE, conversion device type
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case MODE_SENSE, TYPE_DISK or TYPE_RBC or TYPE_ROM
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_command: case MODE_SENSE, conversion device type
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case MODE_SENSE, TYPE_DISK or TYPE_RBC or TYPE_ROM
Jul 10 19:25:33 shuttle kernel: SCSI device sda: drive cache: write back
Jul 10 19:25:33 shuttle kernel: SCSI device sda: 781422768 512-byte hdwr sectors (400088 MB)
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_command: case MODE_SENSE, conversion device type
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case MODE_SENSE, TYPE_DISK or TYPE_RBC or TYPE_ROM
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_command: case MODE_SENSE, conversion device type
Jul 10 19:25:33 shuttle kernel: ieee1394: sbp2: sbp2_check_sbp2_response: case MODE_SENSE, TYPE_DISK or TYPE_RBC or TYPE_ROM
Jul 10 19:25:33 shuttle kernel: SCSI device sda: drive cache: write back
Jul 10 19:25:33 shuttle kernel:  sda: sda1
Jul 10 19:25:33 shuttle kernel: Attached scsi disk sda at scsi2, channel 0, id 0, lun 0

$ cat /sys/bus/scsi/devices/*/type
14

fdisk -l and hdparm -tT work flawlessly. sbp2_check_sbp2_command and
sbp2_check_sbp2_response are not logged while fdisk and hdparm access
the disk.


More data from other devices including CD-RWs (and from FX-3A without inquiry
hack) will follow later. Must reboot for some reason now.
-- 
Stefan Richter
-=====-=-=-= -=== -=-=-
http://arcgraph.de/sr/

  parent reply	other threads:[~2005-07-10 17:35 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-09 12:37 changes to ieee1394/sbp2 outside of linux1394.org Stefan Richter
2005-07-09 15:18 ` James Bottomley
2005-07-09 16:27   ` Ben Collins
2005-07-09 16:35     ` James Bottomley
2005-07-09 16:56       ` Stefan Richter
2005-07-09 17:24         ` James Bottomley
2005-07-15  0:53         ` Rogério Brito
2005-07-15  1:43           ` Ben Collins
2005-07-15  6:36             ` Stefan Richter
2005-07-15 15:30               ` Rogério Brito
2005-07-15 15:15             ` Rogério Brito
2005-07-15 15:53             ` Rogério Brito
2005-07-15 17:28               ` Ben Collins
2005-07-15 18:50                 ` Rogério Brito
2005-07-15 20:57                   ` Ben Collins
2005-07-15 21:44                     ` Stefan Richter
2005-07-16  2:10                       ` Rogério Brito
2005-07-16  1:42                     ` Rogério Brito
2005-07-16 15:56                       ` Ben Collins
2005-07-16 16:42                         ` Rogério Brito
2005-07-16 18:10                           ` Stefan Richter
2005-07-16 19:34                             ` Rogério Brito
2005-07-17 16:57                           ` Ben Collins
2005-07-17 19:18                             ` Rogério Brito
2005-07-17 19:46                               ` Stefan Richter
2005-07-18  0:14                                 ` Rogério Brito
2005-07-17 23:27                                   ` Stefan Richter
2005-07-18  4:50                                     ` Philipp Slusallek
2005-07-18  7:13                                       ` Stefan Richter
2005-07-18  8:18                                       ` Rogério Brito
2005-07-20  0:20                                         ` Rogério Brito
2005-07-09 17:49       ` Ben Collins
2005-07-09 18:41         ` James Bottomley
2005-07-09 19:22           ` Ben Collins
2005-07-09 16:37     ` Arjan van de Ven
2005-07-09 17:53       ` Ben Collins
2005-07-09 17:00     ` Stefan Richter
2005-07-09 17:51       ` Ben Collins
2005-07-09 17:57         ` Arjan van de Ven
2005-07-09 18:12           ` Ben Collins
2005-07-09 18:38     ` James Bottomley
2005-07-09 23:06   ` Ben Collins
2005-07-10  3:34     ` Jeff Garzik
2005-07-10  4:36       ` Ben Collins
2005-07-10 15:25         ` James Bottomley
2005-07-10 15:58           ` Ben Collins
2005-07-10 17:05             ` James Bottomley
2005-07-10 17:33               ` Ben Collins
2005-07-10 17:34           ` Stefan Richter [this message]
2005-07-10 18:14             ` James Bottomley
2005-07-10 20:13               ` Stefan Richter
2005-07-10 20:27                 ` Ben Collins
2005-07-10 21:24                   ` Stefan Richter
2005-07-10 22:06                     ` Stefan Richter
2005-07-10 22:16                       ` (summary) " Stefan Richter
2005-07-10 22:32                       ` Stefan Richter
2005-07-11 13:57                         ` James Bottomley
2005-07-13 19:56                           ` Stefan Richter
2005-07-13 20:12                             ` James Bottomley
2005-07-13 21:09                               ` Stefan Richter
2005-07-13 22:39                                 ` Stefan Richter
2005-07-10 19:26             ` Stefan Richter
2005-07-10  4:21     ` James Bottomley
2005-07-09 23:31   ` Ben Collins
2005-07-10  3:29     ` Jeff Garzik
2005-07-10  4:38       ` Ben Collins

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=42D15C28.5030705@s5r6.in-berlin.de \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=James.Bottomley@SteelEye.com \
    --cc=bcollins@debian.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    /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