[PATCH 5/5] firewire: fw-sbp2: implement nonexclusive login

2007-06-17 Thread Stefan Richter
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/firewire/fw-sbp2.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) Index: linux/drivers/firewire/fw-sbp2.c === --- linux.orig/drivers/firew

[PATCH 4/5] ieee1394: sbp2: change some module parameters from int to bool

2007-06-17 Thread Stefan Richter
This is upwards compatible, except that integer values other than 0 or 1 are no longer accepted. But values like "Y", "N", "no", "nnoooh!" work now. Also, improve a comment on the serialize_io parameter and make the ORB_SET_EXCLUSIVE macro ultra-safe. Signed-off-by: Stefan Richter <[EMAIL PROTEC

[PATCH 3/5] firewire: fw-sbp2: use sdev->hostdata

2007-06-17 Thread Stefan Richter
to simplify a few pointer expressions. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/firewire/fw-sbp2.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) Index: linux/drivers/firewire/fw-sbp2.c =

[PATCH 1/5] firewire: fw-sbp2: implement max sectors limit for some old bridges

2007-06-17 Thread Stefan Richter
This currently only affects one bridge in the hardwired blacklist. I don't own one of those, hence haven't tested it. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/firewire/fw-sbp2.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: linux/drivers/firewire/fw-sbp2

[PATCH 2/5] firewire: fw-sbp2: let SCSI shutdown commands through before logout

2007-06-17 Thread Stefan Richter
This affects of course only the "soft shutdown" case, e.g. "modprobe -r firewire-sbp2", while it doesn't matter for hot unplug. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/firewire/fw-sbp2.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) In

[PATCH 0/5] small fw-sbp2 and sbp2 updates

2007-06-17 Thread Stefan Richter
Here come 1/5 firewire: fw-sbp2: implement max sectors limit for some old bridges 2/5 firewire: fw-sbp2: let SCSI shutdown commands through before logout 3/5 firewire: fw-sbp2: use sdev->hostdata 4/5 ieee1394: sbp2: change some module parameters from int to bool 5/5 firewire: fw-sbp2: implement non

Re: [PATCH 3/3] zfcp: Don't report device as LUN 0 to SCSI stack

2007-06-17 Thread James Bottomley
On Tue, 2007-05-29 at 15:29 +0200, Swen Schillig wrote: > From: Christof Schmitt <[EMAIL PROTECTED]> > > zfcp reported units to the SCSI stack starting > with number 0. LUN 0 reported to the SCSI stack is usually > not the FCP LUN 0. When scanning for devices, > the SCSI stack tried to issue a

[PATCH] tmscsim: clean-up status codes

2007-06-17 Thread Guennadi Liakhovetski
Remove redundant defines from the header, replace all occurances in the code with standard SAM_STAT_ macros. Also fix what seems to be a typo in testing for (status == H_OVER_UNDER_RUN)... Signed-off-by: G. Liakhovetski <[EMAIL PROTECTED]> diff --git a/drivers/scsi/tmscsim.c b/drivers/scsi/tmsc

Re: [PATCH 2/3] Farther clean-up of tmscsim driver

2007-06-17 Thread Guennadi Liakhovetski
On Thu, 14 Jun 2007, Boaz Harrosh wrote: > >From 4a7ac954dcc11531a09fa07d6a6365d98c67b216 Mon Sep 17 00:00:00 2001 > From: Boaz Harrosh <[EMAIL PROTECTED](none)> > Date: Thu, 14 Jun 2007 19:04:17 +0300 > Subject: [PATCH] Farther clean-up of tmscsim driver > > - this is a followup of commit 85289

Re: [PATCH] merge scsiiom.c into tmscsim.c

2007-06-17 Thread Guennadi Liakhovetski
On Sun, 17 Jun 2007, Boaz Harrosh wrote: > I think the all thing is no longer relevant. It is leftovers from the time > scsi_error.c specifically scsi_send_eh_cmnd (used by scsi_request_sense) was > stepping all over the scsi_cmnd fields and things needed to be saved, if they > were needed for a r

Re: [PATCH] merge scsiiom.c into tmscsim.c

2007-06-17 Thread Boaz Harrosh
Guennadi Liakhovetski wrote: > Hi Christoph, > > On Sun, 3 Oct 2004, Christoph Hellwig wrote: > >> might be a good time to get rid of that clumsy include .c file into >> another one thing. (Also please bk rm scsiiom.c afterwards) > > You certainly will have no problem at all remembering this pa

Re: [PATCH] merge scsiiom.c into tmscsim.c

2007-06-17 Thread Guennadi Liakhovetski
Hi Christoph, On Sun, 3 Oct 2004, Christoph Hellwig wrote: > might be a good time to get rid of that clumsy include .c file into > another one thing. (Also please bk rm scsiiom.c afterwards) You certainly will have no problem at all remembering this patch, will you?:-) It's only less than 3 ye

[patch 5/5] 53c700 scsi: Amiga Zorro NCR53c710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong <[EMAIL PROTECTED]> New driver for Amiga Zorro bus NCR53c710 SCSI controllers, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig| 16 +--- drivers/scsi/Makefile |1 drivers/scsi/zorro7xx.c | 181 +++

[patch 1/5] 53c700 scsi: m68k support for the 53c700 SCSI core

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong <[EMAIL PROTECTED]> Add m68k support to the 53c700 SCSI driver Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/53c700.c | 20 ++-- drivers/scsi/53c700.h |5 + drivers/scsi/Kconfig | 13 + 3 files changed, 20 inser

[patch 0/5] m68k 53c700 SCSI

2007-06-17 Thread Geert Uytterhoeven
Hi James, These patches add support for m68k to the 53c700 SCSI core and introduce new drivers for various m68k hardware using this 53c700 SCSI core, to replace the just removed drivers using the old 53c7xx SCSI core. [1] [PATCH] 53c700 scsi: m68k support for the 53c700 SCSI core [2]

[patch 4/5] 53c700 scsi: Amiga 4000T NCR53c710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong <[EMAIL PROTECTED]> New driver for the Amiga 4000T built-in NCR53c710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig | 14 drivers/scsi/Makefile |1 drivers/scsi/a4000t.c | 142 +

[patch 3/5] 53c700 scsi: m68k MVME16x NCR53C710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong <[EMAIL PROTECTED]> New driver for the MVME16x NCR53C710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig|6 - drivers/scsi/Makefile |1 drivers/scsi/mvme16x_scsi.c | 158 +++

[patch 2/5] 53c700 scsi: m68k BVME6000 NCR53C710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong <[EMAIL PROTECTED]> New driver for the BVME6000 NCR53C710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig |6 - drivers/scsi/Makefile|1 drivers/scsi/bvme6000_scsi.c | 135 +++

Re: [PATCH 0/0] scsi_cmnd accessors issues

2007-06-17 Thread Boaz Harrosh
Boaz Harrosh wrote: > FUJITA Tomonori wrote: >> There are just two llds. I suspect that we can fix them. Or they can >> access to the data directly (without the accessors) if we can't. >> >> I don't think that introducing something like scsi_set_sg_count, which >> is meaningless to most of llds, is

Re: rootfs on sda & async scan?

2007-06-17 Thread Guennadi Liakhovetski
On Sat, 16 Jun 2007, Matthew Wilcox wrote: > On Sun, Jun 17, 2007 at 12:42:44AM +0200, Guennadi Liakhovetski wrote: > > sd* as long as the respective ldd is linked into the kernel. Now, this > > just didn't work for me under 2.6.22-rc3-... (scsi-misc-2.6) with > > sym53c8xx_2. I'd expected it wo