From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH 2.6.13 14/14] sas-class: SCSI Host glue Date: Tue, 13 Sep 2005 09:40:14 -0600 Message-ID: <20050913154014.GE32395@parisc-linux.org> References: <1126308949.4799.54.camel@mulgrave> <20050910041218.29183.qmail@web51612.mail.yahoo.com> <20050911093847.GA5429@infradead.org> <4325FA6F.3060102@adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:9355 "EHLO palinux.hppa") by vger.kernel.org with ESMTP id S964805AbVIMPkU (ORCPT ); Tue, 13 Sep 2005 11:40:20 -0400 Content-Disposition: inline In-Reply-To: <4325FA6F.3060102@adaptec.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Luben Tuikov Cc: Christoph Hellwig , Luben Tuikov , James Bottomley , Linux Kernel Mailing List , SCSI Mailing List On Mon, Sep 12, 2005 at 06:00:15PM -0400, Luben Tuikov wrote: > "transport attribute class" is just an _attribute_ class, Christoph. > "transport layer" is a lot more involved. I sincerely hope > you can see this. E.g. domain discovery belongs in the transport > layer. In SPI, LLDDs did it; in MPT the firmware does it. LLDDs having their own domain discovery code is definitely a misfeature. As you know, stuff is being rearranged to move more of the SPI-specific code from both SCSI core and LLDDs into the SPI transport. I suspect domain discovery will always be triggered by the LLDD for SPI, but at least a driver doesn't have to have its own code to do that any more.