RE: [PATCH 1/1] aacraid: SCSI dma mapping failure case handling

2012-11-14 Thread Mahesh Rajashekhara
Hi James, We have taken care the review comments and re-submitted the patch a while ago. http://marc.info/?l=linux-scsim=135063478232396w=2 Tomas has provided Acked-by to the patch. http://marc.info/?l=linux-scsim=135065706307974w=2 Thanks, Mahesh -Original Message- From: James

[PATCH] Try #3: Use SCSI read/write(16) with 32-bit LBA drives

2012-11-14 Thread Jason J. Herne
From: Jason J. Herne hern...@gmail.com Force large capacity ( 0x blocks) drives to use READ/WRITE(16) instead of READ/WRITE(10). Some(most/all?) USB enclosures do not like READ(10) commands when a large capacity drive is installed. Signed-off-by: Jason J. Herne hern...@gmail.com ---

Re: [PATCH] Try #2: Use SCSI read/write(16) with 2TB drives

2012-11-14 Thread Sebastian Andrzej Siewior
On Wed, Nov 14, 2012 at 12:55:13AM -0500, Jason J. Herne wrote: --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -887,7 +887,7 @@ static int sd_prep_fn(struct request_queue *q, struct request *rq) SCpnt-cmnd[29] = (unsigned char) (this_count 16) 0xff;

[PATCH] Try #3: Use SCSI read/write(16) with 32-bit LBA drives

2012-11-14 Thread Jason J. Herne
From: Jason J. Herne hern...@gmail.com Force large capacity ( 0x blocks) drives to use READ/WRITE(16) instead of READ/WRITE(10). Some(most/all?) USB enclosures do not like READ(10) commands when a large capacity drive is installed. This issue was reported and discussed here:

Re: [PATCH] Try #2: Use SCSI read/write(16) with 2TB drives

2012-11-14 Thread Jason J. Herne
On Wed, Nov 14, 2012 at 2:02 PM, Sebastian Andrzej Siewior sebast...@breakpoint.cc wrote: On Wed, Nov 14, 2012 at 12:55:13AM -0500, Jason J. Herne wrote: } } + /* Use read/write(16) for 2TB disks */ + sdp-use_16_for_rw = (sdkp-capacity 0x); The comment

Re: [PATCH] Try #3: Use SCSI read/write(16) with 32-bit LBA drives

2012-11-14 Thread Sergei Shtylyov
Hello. On 15-11-2012 2:03, Jason J. Herne wrote: From: Jason J. Herne hern...@gmail.com You have already posted Try #3. And preferrably, information about patch version should be included with [PATCH] prefix like this [PATCH v4]. Force large capacity ( 0x blocks) drives to use

Re: [PATCH] Try #3: Use SCSI read/write(16) with 32-bit LBA drives

2012-11-14 Thread Jason J. Herne
On Wed, Nov 14, 2012 at 5:22 PM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 15-11-2012 2:03, Jason J. Herne wrote: From: Jason J. Herne hern...@gmail.com You have already posted Try #3. And preferrably, information about patch version should be included with [PATCH] prefix

Re: [PATCH] Try #3: Use SCSI read/write(16) with 32-bit LBA drives

2012-11-14 Thread Felipe Balbi
Hi, On Wed, Nov 14, 2012 at 08:06:20PM -0500, Jason J. Herne wrote: On Wed, Nov 14, 2012 at 5:22 PM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 15-11-2012 2:03, Jason J. Herne wrote: From: Jason J. Herne hern...@gmail.com You have already posted Try #3. And

[PATCH 2/5] arcmsr: Support Hibernation

2012-11-14 Thread NickCheng
From: Nick Cheng nick.ch...@areca.com.tw Support hibernation for whole series of RAID controllers Signed-off-by: Nick Cheng nick.ch...@areca.com.tw --- patch2 Description: Binary data

[PATCH 3/5] arcmsr: Support MSI and MSI-X

2012-11-14 Thread NickCheng
From: Nick Cheng nick.ch...@areca.com.tw Support MSI or MSI-X for whole series of RAID controllers. Meanwhile correct the register access as iowrite32/ioread32 Signed-off-by: Nick Cheng nick.ch...@areca.com.tw --- patch3 Description: Binary data