Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 1995 07:40:03 -0700
From:      peter@haywire.dialix.com
To:        freebsd-bugs
Subject:   i386/560: non-ideal boot message in bt742a.c
Message-ID:  <199506251440.HAA22224@freefall.cdrom.com>
In-Reply-To: Your message of Sun, 25 Jun 1995 22:37:17 %2B0800 <199506251437.WAA00267@jhome.DIALix.COM>

next in thread | previous in thread | raw e-mail | index | archive | help

>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:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 07:40:02 1995
>Originator:     Peter Wemm
>Organization:
DIAlix Services
>Release:        FreeBSD 2.0-BUILT-19950510 i386
>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);
  	}
>Audit-Trail:
>Unformatted:





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506251440.HAA22224>