From owner-freebsd-firewire@FreeBSD.ORG Mon Dec 20 05:41:48 2010 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 EAD871065670 for ; Mon, 20 Dec 2010 05:41:48 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from imr-mb01.mx.aol.com (imr-mb01.mx.aol.com [64.12.207.164]) by mx1.freebsd.org (Postfix) with ESMTP id A9C1B8FC1F for ; Mon, 20 Dec 2010 05:41:48 +0000 (UTC) Received: from imo-ma03.mx.aol.com (imo-ma03.mx.aol.com [64.12.78.138]) by imr-mb01.mx.aol.com (8.14.1/8.14.1) with ESMTP id oBK5VZs3031303; Mon, 20 Dec 2010 00:31:35 -0500 Received: from dieterbsd@engineer.com by imo-ma03.mx.aol.com (mail_out_v42.9.) id c.df5.1263b5c2 (45324); Mon, 20 Dec 2010 00:31:31 -0500 (EST) Received: from smtprly-ma02.mx.aol.com (smtprly-ma02.mx.aol.com [64.12.207.141]) by cia-mc04.mx.aol.com (v129.7) with ESMTP id MAILCIAMC048-5c4c4d0eea3110b; Mon, 20 Dec 2010 00:31:30 -0500 Received: from web-mmc-d03 (web-mmc-d03.sim.aol.com [205.188.103.93]) by smtprly-ma02.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYMA022-5c4c4d0eea3110b; Mon, 20 Dec 2010 00:31:29 -0500 To: martgross42@yahoo.de Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Dec 2010 00:31:29 -0500 X-AOL-IP: 67.206.170.189 X-MB-Message-Source: WebUI Received: from 67.206.170.189 by web-mmc-d03.sysops.aol.com (205.188.103.93) with HTTP (WebMailUI); Mon, 20 Dec 2010 00:31:29 -0500 MIME-Version: 1.0 From: dieterbsd@engineer.com X-MB-Message-Type: User Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: Mail.com Webmail 33053-STANDARD Message-Id: <8CD6E1E49F8720F-778-1C3C@web-mmc-d03.sysops.aol.com> X-Spam-Flag: NO X-AOL-SENDER: dieterbsd@engineer.com Cc: freebsd-firewire@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: VIA Fire II Firewire 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: Mon, 20 Dec 2010 05:41:49 -0000 Martin writes: > fwohci0: port 0x1080-0x10ff mem=20 0xbfed0000-0xbfed07ff,0xbfed1000-0xbfed10ff irq 16 at device 0.0 on\ cardbus0 > fwohci0: [ITHREAD] > fwohci0: OHCI version 0.0 (ROM=3D0) > fwohci0: invalid OHCI version > fwohci0: fwohci_init failed with err=3D6 > device_attach: fwohci0 attach returned 5 I have an onboard VIA, on FreeBSD 8.0/amd64 I get fwohci0: port 0xa800-0xa87f mem=20 0xfdffe000-0xfdffe7ff irq 18 at device 6.0 on pci1 fwohci0: [ITHREAD] fwohci0: OHCI version 1.10 (ROM=3D1) fwohci0: No. of Isochronous channels is 4. My chip is actually a 6307 but reported as 6306. I think the only difference is one chip has 2 ports and the other has 3. > Linux tells me that the OHCI version is 1.10 which sounds a bit more=20 reasonable. And matches what FreeBSD reports for my chip. So most likely your card=20 is actually version 1.10 but FreeBSD is reading it incorrectly. Perhaps an address=20 mapping problem? Unfortunately I can't actually use this controller due to PR=20 kern/113785. :-(