From owner-freebsd-firewire@FreeBSD.ORG Mon May 19 07:06:24 2003 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB84637B401 for ; Mon, 19 May 2003 07:06:24 -0700 (PDT) Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC7D43FAF for ; Mon, 19 May 2003 07:06:24 -0700 (PDT) (envelope-from b.candler@pobox.com) Received: from [212.74.113.66] (helo=vaio.linnet.org) by mk-smarthost-2.mail.uk.tiscali.com with esmtp (Exim 4.14) id 19HlHS-0000E2-9C for freebsd-firewire@freebsd.org; Mon, 19 May 2003 15:06:22 +0100 Received: from brian by vaio.linnet.org with local (Exim 4.12) id 19HlHR-0000eo-00 for freebsd-firewire@freebsd.org; Mon, 19 May 2003 15:06:21 +0100 Date: Mon, 19 May 2003 15:06:21 +0100 From: Brian Candler To: freebsd-firewire@freebsd.org Message-ID: <20030519140620.GA2377@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Support for CXD1847A controller? X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Vendors pre-release coordination List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 14:06:25 -0000 I have a Sony Vaio PCG-C1F ("Picturebook") running FreeBSD-4.7-STABLE and would like to know if there's any chance of its firewire port working with FreeBSD 5-CURRENT. I haven't actually installed 5.1-BETA yet as I'm trying to avoid toasting an otherwise very stable platform... but I really *do* want to hook up an iPod :-) At bootup it reports: chip2: at device 9.0 on pci0 and from pciconf -lv: chip2@pci0:9:0: class=0x0c0000 card=0x8009104d chip=0x8009104d rev=0x01 hdr=0x00 vendor = 'Sony Corporation' device = 'CXD1947 i.LINK FireWire PCI Host Controller' class = serial bus subclass = FireWire I've pulled down the source for 5.1-BETA and this doesn't seem to be mentioned in fwohci_pci.c - the only Sony chip is the CX3022 (ID 0x8039). On the other hand there is a generic test for PCIS_SERIALBUS_FW + PCI_INTERFACE_OHCI so maybe it will work. One other question: I notice certain bits of code bracketed by #if __FreeBSD_version < 500000 and a quick check shows that there's firewire code in 4.8 - would you say that the firewire code in 4.8 is usable, or would I be better off installing 5.x ? Cheers, Brian.