Subject: RE: OHCI 1394 Question
To: 'Nathan J. Williams' <nathanw@wasabisystems.com>
From: Rose, Brian <Brian.Rose@icn.siemens.com>
List: tech-kern
Date: 08/08/2002 14:54:24
How do I check? I looked in /usr/src/sys/arch/i386/conf/GENERIC and I do not
see anything about 1394 or firewire. No mention of fwohci either. Only USB
stuff.

Am I looking in the right place?

BTW this is a -current kernel (at least as of last week).



-----Original Message-----
From: Nathan J. Williams [mailto:nathanw@wasabisystems.com]
Sent: Thursday, August 08, 2002 2:24 PM
To: Rose, Brian
Cc: 'tech-kern@netbsd.org'
Subject: Re: OHCI 1394 Question


"Rose, Brian" <Brian.Rose@icn.siemens.com> writes:

> I checked the pcidevs.h and the vendor and device IDs are in there.

You do have the "fwohci" driver compiled into your kernel? (plain
"ohci" is the USB OHCI controller.)

> I used scanpci to look and see the info on the PCI bus and I get this...
> 
> pci bus 0x0000 cardnum 0x0e function 0x00: vendor 0x104c device 0x8020
>  Texas Instruments  Device unknown

Can you run "pcictl /dev/pci0 dump -d 14"? This will show the device's PCI
configuration registers, including the class/subclass/interface
registers that the fwohci code uses to check whether a device is a
1394 controller.

        - Nathan