Subject: Re: -current MAKEDEV all failure
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 12/02/2004 16:44:49
In article <20041202151532.GA449427@medusa.sis.pasteur.fr>,
Nicolas Joly <njoly@pasteur.fr> wrote:
>
>Hi,
>
>While updating my amd64 workstation to an up-to-date -current, i
>noticed an error message about bpf with MAKEDEV.
>
>root@calimero [/dev]# ./MAKEDEV all
>./MAKEDEV: bpf0: unknown device
>
>A small check in sources shows that some platorms try to make
>`/dev/bpf[0-9]' devices :
>
>njoly@lanfeust [NetBSD/src]> find etc -type f | xargs grep bpf0
>./etc/etc.amd64/MAKEDEV.conf:   makedev bpf0
>./etc/etc.cats/MAKEDEV.conf:    makedev bpf0
>./etc/etc.dreamcast/MAKEDEV.conf:       makedev ttyE0 ttyEcfg wsmouse0
>wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
>./etc/etc.evbsh3/MAKEDEV.conf:  makedev bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
>./etc/etc.evbsh5/MAKEDEV.conf:  makedev bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
>./etc/etc.i386/MAKEDEV.conf:    makedev bpf0
>./etc/etc.mac68k/MAKEDEV.conf:  makedev bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
>./etc/etc.sbmips/MAKEDEV.conf:  makedev bpf0 bpf1
>

Fixed, thanks.

christos