Subject: Re: firewire of FreeBSD
To: None <is@netbsd.org>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: tech-kern
Date: 06/10/2005 19:02:08
Hi,
From: Ignatios Souvatzis <is@netbsd.org>
Date: Fri, 10 Jun 2005 11:39:55 +0200
> On Fri, Jun 10, 2005 at 06:18:21PM +0900, KIYOHARA Takashi wrote:
>
> > Sorry, I found problem. ;-<
> > ieee1394if is not match in etc/MAKEDEV.awk
>
> I don't fully understand - is the name too long?
No long.
while (match(deventry, /%[a-z]*_(blk|chr)%/)) {
^^^^^^^
ieee1394if_chr included numeric into name.
The problem is the following place.
sys/conf/majors ---
device-major ieee1394if char 170 ieee1394if
--- sys/conf/majors
I will correct it a little. And, 170 It already used by veriexec.
--
kiyohara