Re: 2.6.24-rc3-mm1

2007-11-26 Thread Andrew Morton
On Fri, 23 Nov 2007 06:55:41 +0100 Gabriel C <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Fri, 23 Nov 2007 02:39:08 +0100 Gabriel C <[EMAIL PROTECTED]> wrote: > > > >> I have some warnings on each SCSI disc: > >> > >> > >> ... > >> > >> [ 30.724410] scsi 0:0:0:0: Direct-Access S

Re: [PATCH v3 2/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-11-26 Thread Mike Christie
Anil Veerabhadrappa wrote: The sysfs bits related to the hba should be use one of the scsi sysfs facilities or if they are related to iscsi bits and are generic then through the iscsi hba bnx2i needs 2 sysfs entries - 1. QP size info - this is used to size per connection shared data structures

[PATCH] SGIWD93: use cached memory access to make driver work on IP28

2007-11-26 Thread Thomas Bogendoerfer
Following patch is 2.6.25 material needed to get SGI IP28 machines supported. Thomas. SGI IP28 machines would need special treatment (enable adding addtional wait states) when accessing memory uncached. To avoid this pain I changed the driver to use only cached access to memory. Signed-off-by: T

Re: [PATCH 2/2] ide-scsi: use print_hex_dump from

2007-11-26 Thread Randy Dunlap
Matthew Wilcox wrote: On Mon, Nov 26, 2007 at 04:37:50PM +0800, rae l wrote: I know this is different from the original hexdump in ide-scsi.c, I just want to tell someone that there's a good implementation of hexdump in kernel.h, and I think the default KERN_DEBUG and print_hex_dump is more info

Re: [Linux-usb-users] Read errors on Flash Drive Transcend TS1GJF2A

2007-11-26 Thread Boaz Harrosh
On Mon, Nov 26 2007 at 17:35 +0200, Alan Stern <[EMAIL PROTECTED]> wrote: > Not all devices correctly report the error-causing LBA in the > Information field of their sense data -- even when they set the Valid > bit. This patch (as1019) makes sd much more cautious about accepting > the reported LB

Re: [Linux-usb-users] Read errors on Flash Drive Transcend TS1GJF2A

2007-11-26 Thread Alan Stern
Not all devices correctly report the error-causing LBA in the Information field of their sense data -- even when they set the Valid bit. This patch (as1019) makes sd much more cautious about accepting the reported LBA. If the value isn't within the range of blocks accessed during the I/O operatio

RE: [patch 20/23] aacraid driver fails with Dell PowerEdge Expandable RAID Controller 3/Di

2007-11-26 Thread Salyzyn, Mark
> From: Miquel van Smoorenburg [mailto:[EMAIL PROTECTED] > >+static int aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) > >+{ > >+if ((sizeof(dma_addr_t) > 4) && > >+ (num_physpages > (0xULL >> PAGE_SHIFT)) && > >+ (fib->dev->adapter_info.options & AAC_OPT_SGMAP_HOST64

Re: [PATCH 2/2] ide-scsi: use print_hex_dump from

2007-11-26 Thread Matthew Wilcox
On Mon, Nov 26, 2007 at 04:37:50PM +0800, rae l wrote: > I know this is different from the original hexdump in ide-scsi.c, I > just want to tell someone that there's a good implementation of > hexdump in kernel.h, and I think the default KERN_DEBUG and > print_hex_dump is more informative and has b

reservation conflicts

2007-11-26 Thread Bernd Schubert
Hi, we have to deal here with troublesome Infortrend devices. These units do have 2 independent scsi channels, which are unfortunately not so independent as they should be. Now we have two different systems (lets say OSS-1 and OSS-2) connected to each of the scsi-channels and both channels are ser

Re: [patch 20/23] aacraid driver fails with Dell PowerEdge Expandable RAID Controller 3/Di

2007-11-26 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]> you write: >Path: news.xs4all.nl!newsspool.news.xs4all.nl!post.news.xs4all.nl!gateway >The enclosed patch introduces a new adapter quirk and tries to limp >along by enabling pass-through in situations where memory is 32 bit >addressable on 64 bit machines, or disable

Re: [PATCH] zfcp: add some internal zfcp adapter statistics

2007-11-26 Thread Swen Schillig
On Sunday 25 November 2007 12:16, James Bottomley wrote: > > On Wed, 2007-10-31 at 11:33 +0100, Swen Schillig wrote: > > From: Swen Schillig <[EMAIL PROTECTED]> > > > > add some statistics provided by the zFCP adapter to the sysfs > > > > The new zFCP adapter statistics provide a variety of info

Re: [PATCH 2/2] ide-scsi: use print_hex_dump from

2007-11-26 Thread rae l
On Nov 26, 2007 3:41 PM, Joe Perches <[EMAIL PROTECTED]> wrote: > On Mon, 2007-11-26 at 15:16 +0800, Denis Cheng wrote: > > diff --git a/drivers/scsi/ide-scsi.c b/drivers/scsi/ide-scsi.c > > index 8d0244c..8f3fc1d 100644 > > --- a/drivers/scsi/ide-scsi.c > > +++ b/drivers/scsi/ide-scsi.c > > @@ -28