From owner-freebsd-scsi@FreeBSD.ORG Wed Nov 21 05:15:57 2007 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4BB16A419; Wed, 21 Nov 2007 05:15:57 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id EC41913C46E; Wed, 21 Nov 2007 05:15:55 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 5689261AB44; Tue, 20 Nov 2007 21:15:49 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00375-08; Tue, 20 Nov 2007 21:15:48 -0800 (PST) Received: from [10.47.1.6] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 775E761AB39; Tue, 20 Nov 2007 21:15:48 -0800 (PST) Message-ID: <4743BF03.70509@miralink.com> Date: Tue, 20 Nov 2007 21:15:47 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Hidetoshi Shimokawa References: <474317E3.1030000@miralink.com> <47432BFA.4020406@miralink.com> <626eb4530711201951p4dcd8e33h9da25565c02fff7f@mail.gmail.com> In-Reply-To: <626eb4530711201951p4dcd8e33h9da25565c02fff7f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Nov 20 21:15:49 2007 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4743bf05228952145817147 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=-0.000, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: freebsd-scsi@freebsd.org, freebsd-firewire@freebsd.org Subject: Re: Firewire Target Mode howto? 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: Wed, 21 Nov 2007 05:15:57 -0000 Hidetoshi Shimokawa wrote: > sbp_targ(4) is the driver for target mode. > You also need CAM(scbus,targ) and scsi_target(8) in > /usr/share/examples/scsi_target. > Please note that the target mode driver in CAM is not at production level > as discussed in freebsd-scsi. > Thanks for the information. Thankfully, I've discovered most of that information from working on ISP in target mode. Any chance the man page for firewire and/or sbp can be updated with a "see also" for sbp_target to help other folks find it in the future? Sean