Subject: Re: firewire of FreeBSD
To: None <briggs@netbsd.org>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: tech-kern
Date: 06/11/2005 22:37:36
Hi,


From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
Date: Fri, 10 Jun 2005 18:18:21 +0900 (JST)

> > Those look reasonable.  ieee1394if is a bit awkward, but I can't think
> > of anything else to call it offhand, and it's not something that will
> > be typed too much.
> 
> Sorry, I found problem.  ;-<
> ieee1394if is not match in etc/MAKEDEV.awk

Fix major.
move from sys/conf/major to sys/arch/ARCH/conf/majors.ARCH.

  ex. (sys/arch/i386/conf/majors.i386) ---

  device-major    fw              char 95                 ieee1394if

  -- ex.


> > > You can select fwnode(4) and ieee1394if(4) by option
> > > FWOHCI_FREEBSD_IMPLEMENTATION. 
> > 
> > Is there a good reason to keep two versions?  I don't think our
> > current firewire code is very operational right now.  What do we
> > lose if we simply move to FWOHCI_FREEBSD_IMPLEMENTATION ?

Removed old version.

  http://www.kk.iij4u.or.jp/~kiyohara/ieee1394if/ieee1394if.20050611.diff
  http://www.kk.iij4u.or.jp/~kiyohara/ieee1394if/ieee1394if.20050611.tar.gz


Thanks.
--
kiyohara