Date: Sun, 31 Mar 2002 01:15:44 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/dev/sio sio.c Message-ID: <200203310915.g2V9FiE38167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/31 01:15:44 PST Modified files: etc MAKEDEV sys/dev/sio sio.c Log: 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 Revision Changes Path 1.323 +36 -14 src/etc/MAKEDEV 1.371 +12 -8 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203310915.g2V9FiE38167>