From owner-freebsd-current Fri Mar 24 04:10:56 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07147 for current-outgoing; Fri, 24 Mar 1995 04:10:56 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA07140 for ; Fri, 24 Mar 1995 04:10:53 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id EAA08387; Fri, 24 Mar 1995 04:10:30 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA00147; Fri, 24 Mar 1995 04:10:29 -0800 Message-Id: <199503241210.EAA00147@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/scsi sd.c In-reply-to: Your message of "Fri, 24 Mar 95 20:24:58 +1000." <199503241024.UAA13313@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 24 Mar 1995 04:10:26 -0800 Sender: current-owner@FreeBSD.org Precedence: bulk >>>sd0s1: start 32, end = 262143, size 262112: OK >>>sd0s2: start 262144, end = 1816575, size 1554432: OK >>>sd0s3: start 1816576, end = 2078719, size 262144: OK >>>sd0s5: start 1816608, end = 2078719, size 262112: OK >>>... > >> This is far too much output for the standard bootup and should only occur >>when the '-v' verbose option is used at the boot prompt. > >This will be changed when the slice drivers are fully debugged. > >What's wrong with verbose output? I like it except when it scrolls too >fast to read or fills up the message buffer. The right way to fix this It obscures important information, and important information scrolls off the screen before it can be seen; relying on the message buffer to contain it all doesn't help if your disk controller isn't attached correctly or the new user doesn't know about 'dmesg'. I'd prefer a much more quiet startup than what we even had previously. -DG