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 15:18:39
"Rose, Brian" <Brian.Rose@icn.siemens.com> writes:

> 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.

Hm, you're right, it's not in the i386 configuration by default. Well,
cribbing from the macppc GENERIC configuration, you should add:

# PCI IEEE1394 controllers
fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller
fw*     at fwbus?                       # IP over 1394 

        - Nathan