From pst@Shockwave.COM  Tue Mar 28 21:39:48 1995
Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA22032 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Mar 1995 21:39:47 -0800
Received: (from pst@localhost) by precipice.shockwave.com (8.6.11/8.6.9) id VAA00457; Tue, 28 Mar 1995 21:39:10 -0800
Message-Id: <199503290539.VAA00457@precipice.shockwave.com>
Date: Tue, 28 Mar 1995 21:39:10 -0800
From: Paul Traina <pst@Shockwave.COM>
Reply-To: pst@Shockwave.COM
To: FreeBSD-gnats-submit@freebsd.org
Subject: buslogic adapter information WAY too verbose
X-Send-Pr-Version: 3.2

>Number:         282
>Category:       kern
>Synopsis:       buslogic adapter information WAY too verbose
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gibbs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 21:40:01 1995
>Closed-Date:    Sun Feb 9 16:16:54 PST 1997
>Last-Modified:  Sun Feb  9 16:20:38 PST 1997
>Originator:     Paul Traina
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
>Environment:

FreeBSD 2.1.0-current as of last night on a system with a buslogic
BT445S controller.

>Description:

There's a lot of crud printed at boot time that is only interesting if
we're booting with the -v (verbose) flag set.  Lose it.

bt0: Bt445S/ 0-PCI/EISA/VLB(32bit) bus
bt0: reading board settings, dma=5, int=11
bt0: version 3.37, fast sync, no parity, 32 mbxs, 32 ccbs
bt0: targ 0 sync rate=10.00MB/s(100ns), offset=15
bt0: targ 1 sync rate= 4.54MB/s(220ns), offset=15
bt0: targ 4 async
bt0: targ 6 async
bt0: Enabling Round robin scheme
bt0 at 0x330 irq 11 drq 5 on isa

Of all of this stuff, the only interesting lines that should be printed
if -v is not set are:

bt0: Bt445S/ 0-PCI/EISA/VLB(32bit) bus
bt0 at 0x330 irq 11 drq 5 on isa

***UPDATE:

I've been thinking about this one a bit and I'm wrong.

I think only the following lines should be omitted:

	bt0: reading board settings, dma=5, int=11

	bt0: Enabling Round robin scheme

>How-To-Repeat:

Boot a current kernel on a box with a buslogic controller and watch the fun.

>Fix:
	
Conditionalize things so only useful information is printed without -v.

By the way, the reason I am on this less is better kick is because I'm
trying to stop the useful information from being scrolled off the screen
if something really is wrong.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->gibbs 
Responsible-Changed-By: scrappy 
Responsible-Changed-When: Sun May 26 13:41:06 PDT 1996 
Responsible-Changed-Why:  
hous ecleaning... 
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sun Feb 9 16:16:54 PST 1997 
State-Changed-Why:  
This PR is nearing its second birthday, and it is unlikely 
that anything will be done with it in the near future. 
Please re-file another PR if you would really like to 
see some action on this PR. 
>Unformatted:



