Re: changes to ieee1394/sbp2 outside of linux1394.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2005-07-10 at 19:34 +0200, Stefan Richter wrote:
> Jul 10 18:30:17 shuttle kernel:   Type:   Unknown                            ANSI SCSI revision: 02

Sorry, that's expected: I had a patch that would identify it as RBC, but
there was another different one from someone else, and neither got
applied.  Can you try this:

http://sourceforge.net/mailarchive/message.php?msg_id=11828307

> Then silence.

Hmm, it sounds like the driver's not binding.  If you do a

ls -l /sys/class/scsi_device/<device>/device/driver

On this, do you see anything (it should be a link to the bound driver).

If there's nothing there, it sounds like sd.c is missing the RBC
attachment code, which was this hunk of the patch:

  @@ -1533,7 +1551,7 @@
  	int error;
  
  	error = -ENODEV;
 -	if ((sdp->type != TYPE_DISK) && (sdp->type != TYPE_MOD))
 +	if (sdp->type != TYPE_DISK && sdp->type != TYPE_MOD && sdp->type != TYPE_RBC)
  		goto out;
  
  	SCSI_LOG_HLQUEUE(3, printk("sd_attach: scsi device: <%d,%d,%d,%d>\n", 

Could you check that that's in sd.c

Thanks,

James


-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux