Subject: Re: firewire of FreeBSD
To: None <mrg@eterna.com.au>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: tech-kern
Date: 06/14/2005 21:38:14
Sorry,
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
Date: Tue, 14 Jun 2005 19:39:42 +0900 (JST)
> > And, moved from usr.sbin/fwctl/eui64.[ch] to lib/libc/net/eui64.c and
> > sys/sys/eui64.h. FreeBSD,s eui64.[ch] are there.
> >
> > Is it problem?
> >
> > is there a good reason to put this code in libc? could it go into
> > libutil perhaps? who are the users of it?
>
> FreeBSD's eui64.[ch] is in libc. eui64.[ch] is used by fwctl(8).
FreeBSD's eui64.c is in libc.
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/net/eui64.c
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/eui64.h
fwctl(8) is control utility for IEEE1394. I renamed from fwcontrol(8)
to fwctl(8).
http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/fwcontrol/
--
kiyohara