Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-20 Thread FUJITA Tomonori
ables sg chaining support for the LLDs that use scsi_for_each_sg > > > > > accessor properly. > > > > > > > > > > --- > > > > > >From a6e50a3b476bc193de103e8c1d95877ced38918e Mon Sep 17 00:00:00 > > > > > >2001 > > > &

Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-20 Thread Jens Axboe
--- > > > > >From a6e50a3b476bc193de103e8c1d95877ced38918e Mon Sep 17 00:00:00 2001 > > > > From: FUJITA Tomonori <[EMAIL PROTECTED]> > > > > Date: Fri, 17 Aug 2007 01:35:41 +0900 > > > > Subject: [PATCH] add use_sg_chaining option to scsi_host_t

Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-20 Thread FUJITA Tomonori
From: FUJITA Tomonori <[EMAIL PROTECTED]> > > > Date: Fri, 17 Aug 2007 01:35:41 +0900 > > > Subject: [PATCH] add use_sg_chaining option to scsi_host_template > > > > > > This option is true if a low-level driver can support sg > > > chaining.

Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-20 Thread Jens Axboe
:00:00 2001 > From: FUJITA Tomonori <[EMAIL PROTECTED]> > Date: Fri, 17 Aug 2007 01:35:41 +0900 > Subject: [PATCH] add use_sg_chaining option to scsi_host_template > > This option is true if a low-level driver can support sg > chaining. This will be removed eventually when all

Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-20 Thread Jens Axboe
scsi_for_each_sg > > accessor properly. > > > > --- > > >From a6e50a3b476bc193de103e8c1d95877ced38918e Mon Sep 17 00:00:00 2001 > > From: FUJITA Tomonori <[EMAIL PROTECTED]> > > Date: Fri, 17 Aug 2007 01:35:41 +0900 > > Subject: [PATCH] add use_sg_cha

Re: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-18 Thread FUJITA Tomonori
193de103e8c1d95877ced38918e Mon Sep 17 00:00:00 2001 > From: FUJITA Tomonori <[EMAIL PROTECTED]> > Date: Fri, 17 Aug 2007 01:35:41 +0900 > Subject: [PATCH] add use_sg_chaining option to scsi_host_template > > This option is true if a low-level driver can support sg > chainin

RE: [PATCH] add use_sg_chaining option to scsi_host_template

2007-08-16 Thread Salyzyn, Mark
kernel.org; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: [PATCH] add use_sg_chaining option to scsi_host_template > . . . > diff --git a/drivers/scsi/aacraid/linit.c > b/drivers/scsi/aacraid/linit.c > index a7f42a1..038980b 100644 > --- a/drivers/scsi/aacraid/linit.c > +++

[PATCH] add use_sg_chaining option to scsi_host_template

2007-08-16 Thread FUJITA Tomonori
2007 01:35:41 +0900 Subject: [PATCH] add use_sg_chaining option to scsi_host_template This option is true if a low-level driver can support sg chaining. This will be removed eventually when all the drivers are converted to support sg chaining. q->max_phys_segments is set to SCSI_MAX_SG_SEGMENTS