[PATCH 5/5] arcmsr: Modify ARC-1214 IO Behavior

2012-11-14 Thread NickCheng
From: Nick Cheng Modify ARC-1214 IO behavior to make up for HW seldom malfunction. Signed-off-by: Nick Cheng --- patch5 Description: Binary data

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

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

[PATCH 2/5] arcmsr: Support Hibernation

2012-11-14 Thread NickCheng
From: Nick Cheng Support hibernation for whole series of RAID controllers Signed-off-by: Nick Cheng --- patch2 Description: Binary data

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 wrote: > > Hello. > > > > > > On 15-11-2012 2:03, Jason J. Herne wrote: > > > >> From: "Jason J. Herne" > > > > > > You have already posted Try #3. And preferrably, informatio

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 wrote: > Hello. > > > On 15-11-2012 2:03, Jason J. Herne wrote: > >> From: "Jason J. Herne" > > > You have already posted Try #3. And preferrably, information about patch > version should be included with [PATCH] prefix like this [PATCH v4]. > >

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" 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 READ/WRITE(16)

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 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 is poi

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

2012-11-14 Thread Jason J. Herne
From: "Jason J. Herne" 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: http://marc.info/?l=linux-us

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" 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 --- drivers/scsi/sd.c |5 +

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-scsi&m=135063478232396&w=2 Tomas has provided Acked-by to the patch. http://marc.info/?l=linux-scsi&m=135065706307974&w=2 Thanks, Mahesh -Original Message- From: Jame