summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-06-25 17:45:05 +0000
committerjoerg <joerg@FreeBSD.org>1995-06-25 17:45:05 +0000
commit4b02197d9fe244d4ff24b97b480abdd0b4807cd5 (patch)
tree3cf8172ae3dd902a101447a465cbd5382ca6e8f2 /sys/i386/isa
parentf14ea10694ed07a2d0627c9efa2b79c03b19639d (diff)
downloadFreeBSD-src-4b02197d9fe244d4ff24b97b480abdd0b4807cd5.zip
FreeBSD-src-4b02197d9fe244d4ff24b97b480abdd0b4807cd5.tar.gz
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... Submitted by: peter@haywire.dialix.com
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/bt742a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c
index f0e78ef..e8d02e7 100644
--- a/sys/i386/isa/bt742a.c
+++ b/sys/i386/isa/bt742a.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: bt742a.c,v 1.36 1995/05/30 08:01:21 rgrimes Exp $
+ * $Id: bt742a.c,v 1.37 1995/06/19 13:02:09 amurai Exp $
*/
/*
@@ -1389,10 +1389,10 @@ bt_inquire_setup_information(
* BT_ROUND_ROBIN command amurai@spec.co.jp
*/
if ( bID.firm_revision >= '3' ) {
- printf("bt%d: Use a Strict Round robin scheme\n", unit);
+ 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 Use a Round robin scheme\n", unit);
+ printf("bt%d: Not using Strict Round robin scheme\n", unit);
}
}
OpenPOWER on IntegriCloud