Subject: Re: Unified MAKEDEV
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 10/16/2003 08:05:08
On Wed, Oct 15, 2003 at 06:26:35PM -0400, der Mouse wrote:
> > 3) I can't see what would create /dev/tty02 (aka tty2)
> >    Maybe tty0*|tty1*) should be tty[0-9]*)
> 
> Well, tty02 does match tty0*|tty1*.
> 
> As for tty2, well, perhaps it's just that I'm stuck in the dark ages,
> but my i386 /dev has nothing matching tty? - no tty2, not even tty0 or
> tty1 (even though I do have tty00 and tty01).

tty2 is a valid target for makedev, even the new file has:
	makedev tty2 tty3
in it - and it escapes through the 'unknown device' path.

	David

-- 
David Laight: david@l8s.co.uk