Subject: Re: cardbus fwohci detach
To: None <current-users@netbsd.org>
From: Love <lha@stacken.kth.se>
List: current-users
Date: 01/09/2002 13:56:11
Love <lha@stacken.kth.se> writes:

> Love <lha@stacken.kth.se> writes:
> 
> > > Modified Files:
> > > 	syssrc/sys/dev/cardbus: fwohci_cardbus.c
> > > 	syssrc/sys/dev/ieee1394: fwohci.c fwohcivar.h
> > > 
> > > Log Message:
> > > implement fwohci detach routine.
> > 
> > But this doesn't free all resources ?
> 
> Follow-up to myself.

Even more follow-ups to myself. Are there other people interested of
firewire stuff for netbsd ?

I've started to write some sbp2 code (scsi over firewire). They can be
found here: <http://www.e.kth.se/~lha/patches/netbsd/ieee1394/> (patch 4).

My current problem is that I can't the target to start reading the orbs
when I write to the ORB_POINTER.

Love