Subject: Re: OHCI 1394 Question
To: Rose, Brian <Brian.Rose@icn.siemens.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 08/08/2002 14:24:07
"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