Subject: Re: Unified MAKEDEV
To: Jaromir Dolecek <jdolecek@NetBSD.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 10/15/2003 23:09:20
> Any opinions are welcome :)
1) the awk script loops if it can't read ../sys/conf/majors
2) for i386 some devices are generated twice, eg:
all -> all_md + std
all_md -> init
init -> std
3) I can't see what would create /dev/tty02 (aka tty2)
Maybe tty0*|tty1*) should be tty[0-9]*)
4) Maybe you could sort out which of the makedisk_xxx is required?
But, thanks for all the effort!
David
--
David Laight: david@l8s.co.uk