From owner-freebsd-scsi@FreeBSD.ORG Fri Oct 27 18:39:47 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A3716A415 for ; Fri, 27 Oct 2006 18:39:47 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6105543D5D for ; Fri, 27 Oct 2006 18:39:47 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id k9RIdldJ061501; Fri, 27 Oct 2006 11:39:47 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id k9RIdluG061498; Fri, 27 Oct 2006 11:39:47 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Fri, 27 Oct 2006 11:39:47 -0700 (PDT) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: "Kenneth D. Merry" In-Reply-To: <20061027183235.GA70290@nargothrond.kdm.org> Message-ID: <20061027113922.M61368@ns1.feral.com> References: <20061027090957.V60559@ns1.feral.com> <20061027183235.GA70290@nargothrond.kdm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-scsi@freebsd.org Subject: Re: CAM_NEW_TRAN X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 18:39:48 -0000 > On Fri, Oct 27, 2006 at 09:10:43 -0700, mjacob@freebsd.org wrote: >> >> Is there any reason to *not* proceed with CAM_NEW_TRAN and just bite the >> bullet now and move ahead? > > I think it's a good idea. We'll need to figure out how to handle the > drivers that haven't had the code implemented for them yet. > I was going to at least handle the in-tree ones.