Subject: Re: ld0 and device nodes
To: James Moulton <moulton@ons.com>
From: Andrew Doran <ad@netbsd.org>
List: port-i386
Date: 01/07/2001 14:46:38
Hi again.

James Moulton <moulton@ons.com> wrote:

> This may be a stupid question, but I've got a system that needs the
> ld driver.  The system boots and gives the right ld0 messages (even
> gives the right drive parameters) but it doesn't create and /dev nodes
> and I can't figure out how to access the disk drive.  
> 
> What should I do to make the device nodes.

You need src/etc/etc.i386/MAKEDEV from -current. Copy it to /dev, chmod it
+x, and then do a ./MAKEDEV all in /dev.

Andrew