From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] ibmvscsi driver - sixth version Date: Wed, 31 Mar 2004 19:10:34 -0500 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <406B5DFA.80201@pobox.com> References: <20040225134518.A4238@infradead.org> <1079027038.2820.57.camel@mulgrave> <406B3FDA.9010507@pobox.com> <1080776399.11299.63.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:6866 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S262143AbUDAAKr (ORCPT ); Wed, 31 Mar 2004 19:10:47 -0500 In-Reply-To: List-Id: linux-scsi@vger.kernel.org To: Dave Boutcher Cc: James Bottomley , SCSI Mailing List , Linux Kernel Dave Boutcher wrote: > There will always be 1 (no more, no less) of these struct devices in the > system, so I'll move the definition of this into iSeries_iommu and then > just reference it from the driver. I think that should abstract things > sufficiently. Sounds like a small module declaring devices such as this would be more appropriate than unrelated iommu code? In a regular PCI system, the PCI bus probing code creates devices. For platform-specific virtual devices, ppc64 needs "create my virtual devices" initialization code, it looks like. Jeff