From owner-freebsd-firewire@FreeBSD.ORG Thu Jan 17 19:58:39 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 8C55216A419 for ; Thu, 17 Jan 2008 19:58:39 +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 8CCCD13C448 for ; Thu, 17 Jan 2008 19:58:39 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id C207C3C003C for ; Thu, 17 Jan 2008 11:58:38 -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 27251-09 for ; Thu, 17 Jan 2008 11:58:37 -0800 (PST) Received: from iago.office.miralink.com (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id DF89C3C003B for ; Thu, 17 Jan 2008 11:58:37 -0800 (PST) Message-ID: <478FB36D.3030106@miralink.com> Date: Thu, 17 Jan 2008 11:58:37 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: freebsd-firewire@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Jan 17 11:58:38 2008 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 478fb36e74361813820934 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.339 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=0.160, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.339 X-Spam-Level: Subject: Firewire 800/400 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, 17 Jan 2008 19:58:39 -0000 I'm curious, I put a 400/800 card into a FreeBSD 6 machine today and I assumed that I would see several different "buses" but I only see one according to camcontrol. Should I see one bus per port or per firewire controller? Also, the card I am using displays interesting output on startup, is this a h/w bug? fwohci0: mem 0x2a109000-0x2a1097ff,0x2a100000-0x2a103fff irq 17 at device 6.0 on pci0 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0x2a109000 fwohci0: [MPSAFE] fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:13:3b:01:00:01:00:58 fwohci0: invalid speed 7 (fixed to 3). fwohci0: Phy 1394a available S800, 3 ports. fwohci0: Link S800, max_rec 4096 bytes. firewire0: on fwohci0 Sean