From owner-freebsd-firewire@FreeBSD.ORG Thu Jun 12 05:07:31 2008 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 42B8F1065676; Thu, 12 Jun 2008 05:07:31 +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 183718FC22; Thu, 12 Jun 2008 05:07: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 C83281A9141; Wed, 11 Jun 2008 22:04:48 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -4.399 X-Spam-Level: X-Spam-Status: No, score=-4.399 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.000, BAYES_00=-2.599] 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 KNauehDA6xIY; Wed, 11 Jun 2008 22:04:48 -0700 (PDT) Received: from [10.47.1.74] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 3903C1A90BB; Wed, 11 Jun 2008 22:04:48 -0700 (PDT) Message-ID: <4850AF11.4060702@miralink.com> Date: Wed, 11 Jun 2008 22:07:29 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Hidetoshi Shimokawa References: <485011B7.7060900@miralink.com> <626eb4530806112112w4b3873c6n195385af3db909cc@mail.gmail.com> In-Reply-To: <626eb4530806112112w4b3873c6n195385af3db909cc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-firewire@freebsd.org Subject: Re: 400/800 card 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: Thu, 12 Jun 2008 05:07:31 -0000 Hidetoshi Shimokawa wrote: > On Wed, Jun 11, 2008 at 10:56 AM, Sean Bruno wrote: > >> I have a 400/800 card installed in my RELENG_7 box that has one 800 >> connector and two 400 connectors on it. Looking over the system, I wonder >> if the card is working correctly when I attach a S400 device to it: >> >> [sean@home-test ~]$ sudo fwcontrol -t >> crc_len: 3 generation:1 node_count:1 sid_count:1 >> id link gap_cnt speed delay cIRM power port0 port1 port2 ini more >> 00 1 63 S800 0 1 -1W - - - 1 0 >> > > The phy layer doesn't seem to recognize the S400 device. > It seem to be a hardware problem. > Are your cable and connector o.k.? > Did a bus reset occur when you attached the device? > The output of fwcontrol was generated with no attached device. I thought I would see a report of both the S400 and S800 capable ports in the output. Sean