From owner-freebsd-hackers Sun Oct 12 15:53:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25316 for hackers-outgoing; Sun, 12 Oct 1997 15:53:59 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from zippy.dyn.ml.org (tibet-47.ppp.hooked.net [206.80.9.175]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25276 for ; Sun, 12 Oct 1997 15:53:54 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.7/8.8.7) with SMTP id PAA16702 for ; Sun, 12 Oct 1997 15:54:29 -0700 (PDT) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sun, 12 Oct 1997 15:54:29 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org Reply-To: Alex To: hackers@freebsd.org Subject: Re: fnord0: disabled, not probed. In-Reply-To: <4608.876688101@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 12 Oct 1997, Jordan K. Hubbard wrote: > RCSid strings at boot time. One man's useful information is another > man's noise, and now the noise level is at least selectable. I > definitely find the boot-time message *far* easier to read with this > change now! It's like the difference between night and day in > GENERIC, at least. What changing it to #ifdef VERBOSE_PROBES printf("fnord0: disabled, not probed.\n"); #else if (bootverbose) printf("fnord0: disabled, not probed.\n"); #endif so that you could get either behavior, depending on your taste? - alex