From pwroot@jhome.DIALix.COM  Sun Jun 25 07:37:27 1995
Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA22095
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jun 1995 07:37:24 -0700
Received: (from root@localhost) by jhome.DIALix.COM (8.6.11/8.6.9) id WAA00267; Sun, 25 Jun 1995 22:37:17 +0800
Message-Id: <199506251437.WAA00267@jhome.DIALix.COM>
Date: Sun, 25 Jun 1995 22:37:17 +0800
From: peter@haywire.dialix.com
Reply-To: peter@haywire.dialix.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: non-ideal boot message in bt742a.c
X-Send-Pr-Version: 3.2

>Number:         560
>Category:       i386
>Synopsis:       non-ideal boot message in bt742a.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 07:40:02 1995
>Closed-Date:    Sun Jun 25 19:48:05 MET DST 1995
>Last-Modified:
>Originator:     Peter Wemm
>Release:        FreeBSD 2.0-BUILT-19950510 i386
>Organization:
DIAlix Services
>Environment:

FreeBSD-current

FreeBSD jhome.DIALix.COM 2.0-BUILT-19950625 FreeBSD 2.0-BUILT-19950625 #4: Sun Jun 25 22:05:25 WST 1995     pwroot@jhome.DIALix.COM:/usr/src/sys/compile/JHOME  i386

>Description:

The BT scsi driver has recently had a message changed - it could be
clearer.  The "informational message" almost looks like an instruction to
the user to change settings on the card....  

It's cosmetic, but...

>How-To-Repeat:

Boot a kernel with a BusLogic host card.

>Fix:
	
*** bt742a-orig.c	Mon Jun 19 22:45:23 1995
--- bt742a.c	Sun Jun 25 22:31:05 1995
***************
*** 1391,1396 ****
  	if ( bID.firm_revision >= '3' ) {
! 		printf("bt%d: Use a Strict Round robin scheme\n", unit);
  		bt_cmd(unit, 1, 0, 0, 0, BT_ROUND_ROBIN, BT_STRICT_ROUND_ROBIN);
  	} else {
! 		printf("bt%d: Not Use a Round robin scheme\n", unit);
  	}
--- 1391,1396 ----
  	if ( bID.firm_revision >= '3' ) {
! 		printf("bt%d: Using Strict Round robin scheme\n", unit);
  		bt_cmd(unit, 1, 0, 0, 0, BT_ROUND_ROBIN, BT_STRICT_ROUND_ROBIN);
  	} else {
! 		printf("bt%d: Not Using Strict Round robin scheme\n", unit);
  	}
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Jun 25 19:48:05 MET DST 1995 
State-Changed-Why:  
Suggested fix applied. 
>Unformatted:



