From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] introduce scsi_host_alloc Date: Fri, 6 Jun 2003 13:43:03 +0200 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20030606114303.GA21519@lst.de> References: <20030606080103.GC18838@lst.de> <20030606114018.GA20458@twibble.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from verein.lst.de ([212.34.189.10]:51155 "EHLO mail.lst.de") by vger.kernel.org with ESMTP id S261222AbTFFL3k (ORCPT ); Fri, 6 Jun 2003 07:29:40 -0400 Content-Disposition: inline In-Reply-To: <20030606114018.GA20458@twibble.org> List-Id: linux-scsi@vger.kernel.org To: Jamie Lenehan Cc: linux-scsi@vger.kernel.org, dc395x@twibble.org On Fri, Jun 06, 2003 at 09:40:18PM +1000, Jamie Lenehan wrote: > I think I made the dc395x driver new style init as of 2.5.70-bk9 (if > what scsi_mid_low_api.txt calls "hotplug" style is new style then it > is). So it'll need to be updated as well. Yes, that's the same. > Patch against 2.5.70-bk9. Untested, just modified the names as per > your other changes. Thanks a lot for update!