From owner-freebsd-scsi@FreeBSD.ORG Sun Oct 29 01:36:34 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 7FB3216A412 for ; Sun, 29 Oct 2006 01:36:34 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A2C43D45 for ; Sun, 29 Oct 2006 01:36:33 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1785964nfc for ; Sat, 28 Oct 2006 18:36:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YrfVvcc6KCArrrYvKPJ1WN/PB/oh4wxNvM/Y9BQ4l7Aataj8sXHe4EmcZcoqjiiGJ+v9prwqyeyElk1x+J/pckNVU6MBhxoWBKUGGfvvBg/GiQ1WzJlJoWwaUpJRvyngXASR1j3pS3LO/AnKzubUSJTYAbWySlFtN1M72Y6TiUA= Received: by 10.78.90.10 with SMTP id n10mr2322821hub; Sat, 28 Oct 2006 18:36:33 -0700 (PDT) Received: by 10.78.199.15 with HTTP; Sat, 28 Oct 2006 18:36:32 -0700 (PDT) Message-ID: <7579f7fb0610281836t4f13efcfm15c1b238cff96a7@mail.gmail.com> Date: Sat, 28 Oct 2006 18:36:33 -0700 From: "Matthew Jacob" To: "Danny Braniss" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-scsi@freebsd.org Subject: Re: CAM_NEW_TRAN X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 01:36:34 -0000 Documentation: Not really. There really is very little documentation about CAM in FreeBSD. The best documentation is the code, followed closely by asking the opinion of all who develop within the framework about what *they* think something means. The switch to CAM_NEW_TRAN_CODE is way overdue. It's been around now for years and was an attempt to make the CAM layer more accomodating of different types of transports and protocols. iSCSI: I don't know - I haven't played with your iSCSI driver yet. I would actually expect things to be substantially easier as you can then make iSCSI a transport protocol and do transport specific things within it which are awkward otherwise. On 10/28/06, Danny Braniss wrote: > some questions: > - appart from the source, is there some document? > - how does/will this affect my iSCSI driver? > cheers, > danny > > > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org" >