Subject: Re: FW: FireWire setup
To: Rishabh Kumar Goel <Rishabh@soc-soft.com>
From: James Chacon <jmc@netbsd.org>
List: port-i386
Date: 06/17/2003 00:47:01
fwnode itself doesn't configure the drive. It identifies all the nodes and
then tries submatching routines based against the ROM codes to see what
devices might match it.

To debug this a rom dump from your device is needed. Try adding FWNODE_DEBUG
to your config.

James

>
>
>
>-----Original Message-----
>From: Rishabh Kumar Goel 
>Sent: Tuesday, June 17, 2003 10:13 AM
>To: 'Harry Waddell'
>Subject: RE: FireWire setup
>
>I did these changes in the kernel config file. And I m able to detect the HDD as a node. But the kernel is not able to recognize the device as a hdd. It recognizes it as a node only. I believe that there is some problem with the fwnode.c. Can u tell me where it configures the SBPSCSI device in fwnode.c. I mean it must have a config_found function written from where it goes on to configure the hdd.
>
>
>
>
>-----Original Message-----
>From: Harry Waddell [mailto:waddell@caravan.com] 
>Sent: Monday, June 16, 2003 9:18 PM
>To: rishabh kumar goel
>Cc: port-i386@netbsd.org
>Subject: Re: FireWire setup
>
>Try adding 
>
>fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller
>fwohci* at cardbus? dev ? function ?    # IEEE1394 Open Host Controller
>fw*     at fwbus?                       # IP over 1394
>
># IEEE1394 nodes
>fwnode* at fwbus? idhi ? idlo ?
>sbpscsi* at fwnode?
>scsibus* at sbpscsi?
>
>to your kernel config. If you are lucky, when you plug the drive in, you'll
>see and sd device attached to the scsibus. 
>
>I hope that helps.
>
>-- 
>Harry Waddell
>Caravan Electronic Publishing
>-----------
>
>
>On 16 Jun 2003 06:52:29 -0000
>"rishabh kumar goel" <rishabh_goel@rediffmail.com> wrote:
>
>> hi guys,
>> 
>> I m having trouble setting up my firewire HDD. Can nebody tell me what are
>> the settings and the kernel enteries required to be done. I have already
>> downloaded the current "ieee1394" source code from the NetBSD-Current.
>> 
>> I knowe that the driver is not complete but i need to get my HDD
>> recognised on the system.
>> 
>> I have Pentium 4 1.8Ghz, with 40GB HDD.
>> 
>> Looking forward for a reply.
>> 
>> Rishabh
>> 
>> 
>> 
>> yours
>> Rishabh
>> 
>
>Scanned by SecureSynergy VirusScreen Service. 
>For more information log on to : http://www.securesynergyonline.com or http://www.securesynergy.com
>
>
>