[PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-03-30 Thread Ed Lin
console only interfaces to scsi mid layer and is always mapped at channel:0, id:16, lun:0. Signed-off-by: Ed Lin [EMAIL PROTECTED] --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 69be132..4d68533 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c @@ -115,7 +115,7 @@ enum

[PATCH 2/4] [SCSI]stex: extend hard reset wait time

2007-03-30 Thread Ed Lin
During hard bus reset of st_shasta controllers, 1 ms is not enough for 16-port controllers, although it's good for 8-port controllers. Extend the wait time to 100 ms to allow bus resets finish successfully. Signed-off-by: Ed Lin [EMAIL PROTECTED] --- diff --git a/drivers/scsi/stex.c b/drivers

[PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-03-30 Thread Ed Lin
for it. This will make the console to be offlined right after reset. Add the handling in driver to fix this problem. Signed-off-by: Ed Lin [EMAIL PROTECTED] --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 1e8d7ac..9465f35 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c @@ -605,6 +605,14

[PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-03-30 Thread Ed Lin
Add debug information into abort and host_reset routine. Change ioremap to ioremap_nocache. Version updated to 3.6..1. Signed-off-by: Ed Lin [EMAIL PROTECTED] --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 9465f35..5a10cfa 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
-Original Message- From: Christoph Hellwig [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 2:27 AM To: Ed Lin Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue On Fri, Mar 30, 2007 at 03:21

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 7:22 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue On Fri, 2007-03-30 at 15:21 -0700, Ed Lin wrote

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-02 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 11:46 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: Re: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device On Fri, 2007-03-30 at 15:21

RE: [PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-04-02 Thread Ed Lin
-Original Message- From: Brian King [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 9:05 AM To: Ed Lin Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux Subject: Re: [PATCH 4/4] [SCSI]stex: minor cleanup and version update Ed Lin wrote: @@ -1007,6

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 7:22 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue On Fri, 2007-03-30 at 15:21 -0700, Ed Lin wrote

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-02 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 11:28 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device On Mon, 2007-04-02 at 11:14 -0700

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-04 Thread Ed Lin
-Original Message- From: Ed Lin Sent: Monday, April 02, 2007 4:01 PM To: 'James Bottomley' Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue -Original Message- From: James Bottomley [mailto:[EMAIL

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-04 Thread Ed Lin
-Original Message- From: Ed Lin Sent: Monday, April 02, 2007 4:02 PM To: James Bottomley Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device -Original Message- From: James Bottomley

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-04 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 10:36 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue On Wed, 2007-04-04 at 10:31 -0700, Ed Lin wrote

[patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-23 Thread Ed Lin
and blk_queue_end_tag of ll_rw_blk.c) when accessing different devices simultaneously (e.g. copying big file from one device to another in smp kernels). This is against kernel 2.6.20-rc5. Signed-off-by: Ed Lin [EMAIL PROTECTED] --- drivers/scsi/scsi_lib.c |2 +- drivers/scsi/stex.c |2

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-24 Thread Ed Lin
-Original Message- From: Michael Reed [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 7:59 AM To: Ed Lin Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux Subject: Re: [patch] scsi: use lock per host instead of per device for shared queue tag host

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-24 Thread Ed Lin
-Original Message- From: David Somayajulu [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 5:03 PM To: Ed Lin; Michael Reed Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux; Jens Axboe Subject: RE: [patch] scsi: use lock per host instead of per

RE: [patch] scsi: use lock per host instead of per device forshared queue tag host

2007-01-24 Thread Ed Lin
-Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 9:00 AM To: Ed Lin Cc: linux-scsi; linux-kernel; jeff; Promise_Linux Subject: Re: [patch] scsi: use lock per host instead of per device forshared queue tag host

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-25 Thread Ed Lin
-Original Message- From: Jens Axboe [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 7:48 AM To: Ed Lin Cc: David Somayajulu; Michael Reed; linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux Subject: Re: [patch] scsi: use lock per host instead of per

RE: panics with 16port Promise Supertrack EX Controller

2007-07-16 Thread Ed Lin
happens after that. Ed Lin - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
> -Original Message- > From: Christoph Hellwig [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 2:27 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux > Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue > >

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 7:22 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue > > > On Fri, 2007-0

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-02 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 11:46 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: Re: [PATCH 3/4] [SCSI]stex: fix reset recovery for > console device >

RE: [PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-04-02 Thread Ed Lin
> -Original Message- > From: Brian King [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 9:05 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux > Subject: Re: [PATCH 4/4] [SCSI]stex: minor cleanup and version update &g

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-02 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 31, 2007 7:22 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: Re: [PATCH 1/4] [SCSI]stex: fix id mapping issue > > > On Fri, 2007-0

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-02 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 11:28 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for > console device >

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-04 Thread Ed Lin
> -Original Message- > From: Ed Lin > Sent: Monday, April 02, 2007 4:01 PM > To: 'James Bottomley' > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue > > > > > > -Original Message---

RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-04-04 Thread Ed Lin
> -Original Message- > From: Ed Lin > Sent: Monday, April 02, 2007 4:02 PM > To: James Bottomley > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: RE: [PATCH 3/4] [SCSI]stex: fix reset recovery for > console device > > > > > > ---

RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-04-04 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 04, 2007 10:36 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: RE: [PATCH 1/4] [SCSI]stex: fix id mapping issue > > > On Wed, 20

[patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-23 Thread Ed Lin
and blk_queue_end_tag of ll_rw_blk.c) when accessing different devices simultaneously (e.g. copying big file from one device to another in smp kernels). This is against kernel 2.6.20-rc5. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- drivers/scsi/scsi_lib.c |2 +- drivers/scsi/

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-24 Thread Ed Lin
> -Original Message- > From: Michael Reed [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 7:59 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux > Subject: Re: [patch] scsi: use lock per host instead of per > device

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-24 Thread Ed Lin
> -Original Message- > From: David Somayajulu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 5:03 PM > To: Ed Lin; Michael Reed > Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; > Promise_Linux; Jens Axboe > Subject: RE: [patch] scsi: use

RE: [patch] scsi: use lock per host instead of per device forshared queue tag host

2007-01-24 Thread Ed Lin
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 9:00 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; jeff; Promise_Linux > Subject: Re: [patch] scsi: use lock per host instead of per > device for

[PATCH 1/4] [SCSI]stex: fix id mapping issue

2007-03-30 Thread Ed Lin
console only interfaces to scsi mid layer and is always mapped at channel:0, id:16, lun:0. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 69be132..4d68533 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c @@ -115,7 +115,7 @

[PATCH 2/4] [SCSI]stex: extend hard reset wait time

2007-03-30 Thread Ed Lin
During hard bus reset of st_shasta controllers, 1 ms is not enough for 16-port controllers, although it's good for 8-port controllers. Extend the wait time to 100 ms to allow bus resets finish successfully. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/d

[PATCH 3/4] [SCSI]stex: fix reset recovery for console device

2007-03-30 Thread Ed Lin
for it. This will make the console to be offlined right after reset. Add the handling in driver to fix this problem. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 1e8d7ac..9465f35 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c @@

[PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-03-30 Thread Ed Lin
Add debug information into abort and host_reset routine. Change ioremap to ioremap_nocache. Version updated to 3.6..1. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 9465f35..5a10cfa 100644 --- a/drivers/scsi/stex.c +++ b/d

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-25 Thread Ed Lin
> -Original Message- > From: Jens Axboe [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 25, 2007 7:48 AM > To: Ed Lin > Cc: David Somayajulu; Michael Reed; linux-scsi; linux-kernel; > james.Bottomley; jeff; Promise_Linux > Subject: Re: [patch] scsi: use lock pe

RE: panics with 16port Promise Supertrack EX Controller

2007-07-16 Thread Ed Lin
dea. > > > > Ok, I now switched to cfg, and the machine panicd again. > Panic attached. > > Any help is appreciated. > > It really looks like a stex bug - perhaps it's doing double > completions > of a request? > I will come up with something related to tag lock,