Bruce Evans 8fdb202d85 Support more than 32 sio unit numbers. The maximum unit number is now
(65536 * 32 - 1), but MAKEDEV only supports up to (32 * 32 -1).  Device
names use the unit number in base 32 for all "digits".

This required fixing an old bug in MAKEDEV:ttyminor().  Its arg was the
global $unit instead of $1.

Reminded by:	Valentin K. Ponomarenko <valka@krog.ukrtel.net>
MFC-after:	1 week
2002-03-31 09:15:43 +00:00
..
2001-12-11 08:21:46 +00:00
2001-08-31 22:49:22 +00:00
2001-12-11 08:21:46 +00:00
2002-01-07 23:53:34 +00:00
2000-10-06 17:36:05 +00:00
2002-02-06 04:46:07 +00:00
2002-03-26 16:46:27 +00:00
2001-08-31 22:49:22 +00:00
2002-03-26 19:54:12 +00:00
2002-03-21 21:44:03 +00:00
2002-01-29 14:00:03 +00:00
2002-03-21 21:43:25 +00:00
2001-12-18 18:21:51 +00:00
2001-03-24 07:20:36 +00:00
2001-08-14 23:51:58 +00:00
2000-11-01 13:30:24 +00:00
2002-02-10 08:19:58 +00:00
2002-03-07 07:17:15 +00:00
2001-06-16 07:16:14 +00:00
2001-11-22 21:43:43 +00:00