Subject: Re: Device Major/Minor numbers
To: None <port-dreamcast@netbsd.org>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: port-dreamcast
Date: 03/23/2001 03:46:31
[Sent to only the list as the return address was broken]

On Thu, 22 Mar 2001, it was written:
> Can someone tell me the major/minor numbers for the following devices?
> scif0 gdrom0
> I would love to know where to find this information.

Usually this kind of information should(!) be available from the
src/etc/etc.dreamcast/MAKEDEV shell script, seems the devices didn't make
it there yet. 

Looking at src/sys/arch/dreamcast/dreamcast/conf.c, i guess:

	mknod scif0 c 10 0
	mknod gdrom0 b 57 0

will DTRT. No guarantee, though!


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>