From owner-freebsd-commit Sat Dec 16 11:31:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA27097 for freebsd-commit-outgoing; Sat, 16 Dec 1995 11:31:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA27084 for cvs-all-outgoing; Sat, 16 Dec 1995 11:31:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA27074 for cvs-sys-outgoing; Sat, 16 Dec 1995 11:31:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA27069 Sat, 16 Dec 1995 11:31:08 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA07810; Sun, 17 Dec 1995 06:26:43 +1100 Date: Sun, 17 Dec 1995 06:26:43 +1100 From: Bruce Evans Message-Id: <199512161926.GAA07810@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, bde@zeta.org.au, cvs-sys@freefall.freebsd.org, peter@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa si.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk >> Modified: sys/i386/isa si.c >> Log: >> Another shot at getting working si DEVFS entries.. Apparently, it didn't >> understand %02d in it's format string... I wrote: >Our kernel sprintf() is very limited. We have many inadequate printf cores >in the kernel: Also, now would be a good time to simplify the tty naming scheme. Schemes that are too hard for sprintf() are too hard to understand :-). Bruce