Subject: ieee1394 storage support?
To: None <current-users@netbsd.org>
From: Adam K Kirchhoff <adamk@voicenet.com>
List: current-users
Date: 08/19/2003 05:59:07
I'm curious if it's possible to get a dvd burner working under -CURRENT?
I'm running NetBSD 1.6W and have uncommented what I think are the
necessary lines in my kernel config file:

fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller
fwnode* at fwbus? idhi ? idlo ?
sbpscsi* at fwnode?
scsibus* at sbpscsi?

I also have the necessary line for the SCSI CD-ROM drive (and, in fact,
had a working scsi CDRW in the same machine):

cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives

Unfortunately, the only CD drive that NetBSD sees is the IDE one I have in
my machine:

cd0 at atapibus0 drive 1: < ... snip ... > cdrom removable

This is what dmesg shows concerning the firewire card and attached
devices:

fwohci0 at pci0 dev 10 function 0: Lucent Technologies FW322/323 IEEE 1394 OHCI Controller (rev. 0x04)
fwohci0: interrupting at apic 2 int 11 (irq 11)
fwohci0: OHCI 1.0, 00:30:3c:00:00:09:30:e7, 400Mb/s, 2048 max_rec, 8 ir_ctx, 8 it_ctx
fw at fwohci0 not configured
fwnode0 at fwohci0 Node 0: UID 00:10:10:03:45:00:07:e3

Does anyone have any ideas or suggestions?  Thanks :-)

Adam