From owner-cvs-all Tue Jan 19 11:04:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24018 for cvs-all-outgoing; Tue, 19 Jan 1999 11:04:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23962; Tue, 19 Jan 1999 11:04:00 -0800 (PST) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.9.1/8.9.1) id UAA09951; Tue, 19 Jan 1999 20:01:30 +0100 (CET) (envelope-from karpen) From: Mikael Karpberg Message-Id: <199901191901.UAA09951@ocean.campus.luth.se> Subject: Re: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c In-Reply-To: <199901161928.OAA06210@khavrinen.lcs.mit.edu> from Garrett Wollman at "Jan 16, 99 02:28:13 pm" To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Tue, 19 Jan 1999 20:01:30 +0100 (CET) Cc: abial@nask.pl, dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk According to Garrett Wollman: > < said: > > > the first time was scared that something broke... :-). But, seriously, > > how about reformatting the probe messages to something like this: > > > Driver Unit Bus Irq Drq IOport Maddr Msize Description > > ------+----+---+---+---+------+-------+-----+---------------------------- > > ed 0 ISA 5 - 0x300 0xd8000 --- NE2000-compat Ethernet card > > fdc 0 ISA 6 2 0x3f0 --- --- Floppy drive controller > > Gack! Most of that isn't even relevant to a modern device, and it > wastes far too much screen real estate. What's wrong with it? I mean, the exact format doesn't have to be exactly like that, but something along those lines, instead of screenfulls of useless messages every time you boot could really tidy the boot up, and look much nicer to newbies. Boot -v could print exactly what it does today. Something like this, maybe: Driver Type Bus Comments ------+---------------+---+----------------- ed0 Ethernet card ISA NE2000 compatible (IRQ 5, IO 0x300) fdc0 Floppy drive ISA da0 Harddrive PCI da1 CDROM drive PCI Plextor (No CDROM in drive) I don't really know, but I think the table-format might be nice for the normal boot. /Mikael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message