Date: Sun, 12 Oct 1997 15:54:29 -0700 (PDT) From: Alex <garbanzo@hooked.net> To: hackers@freebsd.org Subject: Re: fnord0: disabled, not probed. Message-ID: <Pine.BSF.3.96.971012155131.13795A-100000@zippy.dyn.ml.org> In-Reply-To: <4608.876688101@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971012155131.13795A-100000>
