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

2005-07-14 Thread Stefan Richter
Ben Collins wrote: Can you give the latest git tree, plus the latest linux1394 repo a try? On Thu, Jul 14, 2005 at 09:53:09PM -0300, Rogério Brito wrote: Already reporting to James the contents of /sys/class/scsi_device//device/type when the device isn't configured (I'm using a -rc2-mm1 kernel

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

2005-07-14 Thread Ben Collins
Can you give the latest git tree, plus the latest linux1394 repo a try? On Thu, Jul 14, 2005 at 09:53:09PM -0300, Rog?rio Brito wrote: > First of all, thank you very much for still taking this issue into > consideration. > > Unfortunately, I was submitted to a surgery and only now I am recovered

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

2005-07-14 Thread Rogério Brito
First of all, thank you very much for still taking this issue into consideration. Unfortunately, I was submitted to a surgery and only now I am recovered enough to have access to computers (and I experienced the worst pains that I have ever felt in my entire life this past week). Anyway, I will s

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-14 Thread Pierre Ossman
Guennadi Liakhovetski wrote: >>127MB HIGHMEM available. >>896MB LOWMEM available. >> >> Quite right. The limit is slightly before 1 GB, not exactly at it. My bad. Rgds Pierre - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED

Re: map gendisk (or blockdev) -> scsi_device

2005-07-14 Thread Edward Falk
Christoph Hellwig wrote: On Wed, Jul 13, 2005 at 04:46:54PM -0700, Patrick Mansfield wrote: Add or use the attributes under the scsi_device, then use the /sysfs/block/sd/device symlink to find the corresponding scsi_device. yupp, the /sys/block/* attributes are really only meant to be for th

[PATCH 0/15] decrapify FlashPoint

2005-07-14 Thread Domen Puncer
Hi. I'm not going to send these patches to mailing list, as they are cca. 600k in size. If someone really wants them in their mailbox just drop me a mail. Tarball [100k] of them is at: wget http://coderock.org/kj/2.6.13-rc3-kj/flashpoint_patches.tar.gz You can also get them one by one, they start

[patch 1/2] drivers/scsi/: Use of time_after macro

2005-07-14 Thread domen
From: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> Use of the time_after() macro, defined at linux/jiffies.h, which deal with wrapping correctly and are nicer to read. Signed-off-by: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- BusLogic.c |

[patch 2/2] scsi/lpfc_scsi: use msleep() instead of schedule_timeout()

2005-07-14 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Replace schedule_timeout() with msleep() to guarantee the task delays as expected. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- lpfc_scsi.c | 13 +

[patch 1/1] scsi/osst: use msleep() instead of schedule_timeout()

2005-07-14 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Replace schedule_timeout() with msleep() to guarantee the task delays as expected. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- osst.c |9 +++-- 1 files

[patch 1/1] scsi/qla2xxx: use msleep{, interruptible}() instead of schedule_timeout()

2005-07-14 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> From: Nishanth Aravamudan <[EMAIL PROTECTED]> Replace schedule_timeout() with msleep()/msleep_interruptible() as appropriate, to guarantee the task delays as expected. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>

Re: Fw: Kernel panic with dc395x in 2.6.12.2

2005-07-14 Thread Guennadi Liakhovetski
On Thu, 14 Jul 2005, Pierre Ossman wrote: > Guennadi Liakhovetski wrote: > > > > >Have you managed to get netconsole running? Do you have no chance at all > >to use a serial console? You are, perhaps, the only / last user of dc395x > >on a high-mem machine, the driver is known to have a problem

Re: map gendisk (or blockdev) -> scsi_device

2005-07-14 Thread Christoph Hellwig
On Wed, Jul 13, 2005 at 04:46:54PM -0700, Patrick Mansfield wrote: > Add or use the attributes under the scsi_device, then use the > /sysfs/block/sd/device symlink to find the corresponding scsi_device. yupp, the /sys/block/* attributes are really only meant to be for thing related to the actual b

Re: map gendisk (or blockdev) -> scsi_device

2005-07-14 Thread Edward Falk
Add or use the attributes under the scsi_device, then use the /sysfs/block/sd/device symlink to find the corresponding scsi_device. Perfect! Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

[GIT PATCH] SCSI updates for 2.6.13-rc3

2005-07-14 Thread James Bottomley
This is actually the accumulation of everything we've been saving for 2.6.12, but I was away for a bit and missed 2.6.12 when it came out ... The patch is available from http://www.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-for- linus-2.6.git/ The short changelog is: Andrew Morton: o dpt_i