Subject: Re: dev entry for cdrom
To: Vallo Kallaste <vallo@matti.ee>
From: Frank van der Linden <frank@wins.uva.nl>
List: netbsd-help
Date: 01/04/1998 22:17:14
On Sun, Jan 04, 1998 at 09:17:04PM +0200, Vallo Kallaste wrote:
> 
> wdc2 at isa0 port 0x1e8-0x1ef irq 10
> atapibus2 at wdc2
> cd0 at atapibus2 drive 0: <stuff deleted> cdrom removable
  ^^
> 
> Now I need /dev entry for this cdrom, I used MAKEDEV for creating cd2 and
> cd3 entrys, but mount_cd9660 gives me only error messages "device not
> configured". What I should do ?

Since it is found as cd0, this should also be the name of your cd device
nodes. They should already exist (/dev/cd0* and /dev/rcd0*). If they
don't, just create them with MAKEDEV.

- Frank