From owner-freebsd-firewire@FreeBSD.ORG Tue Nov 20 18:48:30 2007 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC31216A4C7 for ; Tue, 20 Nov 2007 18:48:30 +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 4FC3C13C4AC for ; Tue, 20 Nov 2007 18:48:30 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id D1E8861A9E0; Tue, 20 Nov 2007 10:48:27 -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 30050-04; Tue, 20 Nov 2007 10:48:27 -0800 (PST) Received: from [10.0.0.40] (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id 2516861A9CD; Tue, 20 Nov 2007 10:48:27 -0800 (PST) Message-ID: <47432BFA.4020406@miralink.com> Date: Tue, 20 Nov 2007 10:48:26 -0800 From: Sean Bruno User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: freebsd-firewire@freebsd.org References: <474317E3.1030000@miralink.com> In-Reply-To: <474317E3.1030000@miralink.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 10:48:27 2007 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 47432bfb242471542430122 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, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Subject: Re: Firewire Target Mode howto? X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 18:48:30 -0000 Sean Bruno wrote: > I see that the firewire driver has the capability to go into target > mode but I can't seem to find any documentation(man pages and > google-foo have failed me) on how to flip my firewire driver into > target mode. > > For ISP, I add ISP_TARGET_MODE to the kernel config, is there a > similar option for firewire or sbp? > > Sean Physician, help thyself. I discovered the sbp_targ module in sys/dev/sbp ! I built and loaded it, and it looks like there is some work to do here. Sean