Subject: Re: creating dev-Files for NetBSD-wscons-Kernel
To: Martin <gronf@gronf.de>
From: Andrew Doran <ad@interlude.eu.org>
List: port-pmax
Date: 11/24/2002 15:47:39
Toru Nishimura <locore32@gaea.ocn.ne.jp> wrote:

> Martin <gronf@gronf.de> said;
> 
> > I changed the kernel to netbsd-20020922 and can't create those devices.
> > MAKEDEV all and MAKEDEV ttyE0 doesn't work (last one said "unknown device").
> 
> You need to use mknod command to create those device special files.

Be aware that even if MAKEDEV did create some of the files, the major
numbers might be wrong (the page you saw has the correct ones). Best to
create them by hand right now.

Andrew