From owner-freebsd-current Tue Jan 18 19: 1:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 88D4114E14; Tue, 18 Jan 2000 19:01:08 -0800 (PST) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id TAA01273; Tue, 18 Jan 2000 19:00:57 -0800 Date: Tue, 18 Jan 2000 19:00:57 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Daniel O'Connor" Cc: current@FreeBSD.ORG, "David O'Brien" Subject: Re: boot messages for pci devices... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > What would be nice would be to have the normal version displayed and > the verbose stuff go to a seperate buffer and logged seperatly.. > > ie so you don't clutter your boot screen with junk, but if you have a > problem you can get at the verbose info :) > > .. and no I don't have any patches :) From tne cmn_err(9f) man page for solaris: The first character in format affects where the message will be written: ! the message goes only to the system buffer. ^ the message goes only to the console. ? If level is also CE_CONT, the message is always sent to the system buffer, but is only written to the console when the system has been booted in verbose mode. See kernel(1M). If neither condition is met, the '?' character has no effect and is simply ignored. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message