From owner-freebsd-questions@FreeBSD.ORG Fri May 6 18:14:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1923616A4D4; Fri, 6 May 2005 18:14:05 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C022A43D9B; Fri, 6 May 2005 18:14:04 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j46IE42Q076361; Fri, 6 May 2005 13:14:04 -0500 (CDT) (envelope-from dan) Date: Fri, 6 May 2005 13:14:04 -0500 From: Dan Nelson To: Fafa Hafiz Krantz Message-ID: <20050506181404.GG49336@dan.emsphone.com> References: <20050506125729.DF5D94BEAD@ws1-1.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050506125729.DF5D94BEAD@ws1-1.us4.outblaze.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: arch@freebsd.org cc: questions@freebsd.org Subject: Re: A beautiful dmesg! Maybe one day? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 18:14:05 -0000 In the last episode (May 06), Fafa Hafiz Krantz said: > For you all meticulous cats out there, here's how I hope that > FreeBSD's dmesg one day can look like. This is merely a > beautification that would make more people go "wow, cool" and it > doesn't deprive FreeBSD of its UNIX heritage. > > Perhaps someone out there can help me implement these changes? I have > a lot more suggestions for ASCII redesigns, so let me know! > > ata0: Attached to port 0x3f6,0x1f0-0x1f7 irq 14 on isa0 > ata1: Attached to port 0x376,0x170-0x177 irq 15 on isa0 > atkbdc0: Keyboard controller (i8042), at port 0x64,0x60 on isa0 It's easy enough to change the format string in subr_bus.c:device_print_prettyname() to pad out the devicename. However, you may prefer to just put up a splash screen (see the splash manpage), so the user doesn't even see the kernel messages at all. -- Dan Nelson dnelson@allantgroup.com