From owner-freebsd-hardware@FreeBSD.ORG Sat Dec 25 23:28:06 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 610E0106564A; Sat, 25 Dec 2010 23:28:06 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from imr-da02.mx.aol.com (imr-da02.mx.aol.com [205.188.105.144]) by mx1.freebsd.org (Postfix) with ESMTP id 209ED8FC08; Sat, 25 Dec 2010 23:28:05 +0000 (UTC) Received: from imo-ma03.mx.aol.com (imo-ma03.mx.aol.com [64.12.78.138]) by imr-da02.mx.aol.com (8.14.1/8.14.1) with ESMTP id oBPNS53j027477; Sat, 25 Dec 2010 18:28:05 -0500 Received: from dieterbsd@engineer.com by imo-ma03.mx.aol.com (mail_out_v42.9.) id n.d4e.79a1c64a (37557); Sat, 25 Dec 2010 18:28:01 -0500 (EST) Received: from smtprly-ma02.mx.aol.com (smtprly-ma02.mx.aol.com [64.12.207.141]) by cia-mb03.mx.aol.com (v129.7) with ESMTP id MAILCIAMB036-5c4e4d167dfe1d0; Sat, 25 Dec 2010 18:28:01 -0500 Received: from web-mmc-m05 (web-mmc-m05.sim.aol.com [64.12.224.138]) by smtprly-ma02.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYMA024-5c4e4d167dfe1d0; Sat, 25 Dec 2010 18:27:58 -0500 To: freebsd-firewire@freebsd.org, freebsd-hardware@freebsd.org Content-Transfer-Encoding: quoted-printable Date: Sat, 25 Dec 2010 18:27:58 -0500 X-MB-Message-Source: WebUI X-AOL-IP: 67.206.163.150 X-MB-Message-Type: User MIME-Version: 1.0 From: dieterbsd@engineer.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: Mail.com Webmail 33069-STANDARD Received: from 67.206.163.150 by web-mmc-m05.sysops.aol.com (64.12.224.138) with HTTP (WebMailUI); Sat, 25 Dec 2010 18:27:58 -0500 Message-Id: <8CD72A27FE37E5A-B84-15C2E@web-mmc-m05.sysops.aol.com> X-Spam-Flag: NO X-AOL-SENDER: dieterbsd@engineer.com Cc: Subject: Re: VIA Fire II Firewire Card X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2010 23:28:06 -0000 Do you have any other PCMCIA cards? If so do they work with FreeBSD? Have you tried a verbose boot? It gives slightly more data: fwohci0: port 0xa800-0xa87f mem=20 0xfdffe000-0xfdffe7ff irq 18 at device 6.0 on pci1 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfdffe000 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 53 fwohci0: [MPSAFE] fwohci0: [ITHREAD] fwohci0: OHCI version 1.10 (ROM=3D1) fwohci0: No. of Isochronous channels is 4. Looking through the code: /usr/src/sys/dev/firewire/fwohci.c: fwohci_init(struct fwohci_softc=20 *sc, device_t dev) I suspect that sc contains bogus data, in particular: bus_space_tag_t bst; bus_space_handle_t bsh; It might be useful to add a printf in fwohci_init() to display the=20 values for bst and bsh.