Subject: Re: It works! But...
To: None <gareth@wiked.org>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 05/08/2001 19:06:59
>>>>> "Gareth" == Gareth J Greenaway <gareth@wiked.org> writes:
Gareth> Thanks guys for all the work, finally got the BBA today and now have
Gareth> netbsd booting over nfs. One issues Ive run into though in /dev/. A
Gareth> couple of the "files" in there give a Not configured response when they
Gareth> are accessed. The most important at the moment is /dev/random and
Gareth> /dev/urandom which are needed by sshd. Its possible I have the wrong
Gareth> values for the major and minors as I grabbed a MAKEDEV script from the
Gareth> Netbsd ftp site. Any ideas?
Please use this MAKEDEV script:
<URL:ftp://ftp.NetBSD.ORG/pub/NetBSD/NetBSD-current/src/etc/etc.dreamcast/MAKEDEV;type=i>
random/urandom should be major 46. You must have the device compiled
into the kernel to be able to use it of course.
// Marcus