Date: Thu, 11 Mar 1999 00:46:50 -0600 (CST) From: stephen farrell <sfarrell@palefire.org> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/10537: extraneous verbose output from cam_xpt.c Message-ID: <199903110646.AAA79734@flax.cs.uchicago.edu>
next in thread | raw e-mail | index | archive | help
>Number: 10537
>Category: kern
>Synopsis: extraneous verbose output from cam_xpt.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 10 22:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: stephen farrell
>Release: FreeBSD 3.1-STABLE i386
>Organization:
>Environment:
3.1 kernel with CAM SCSI subsystem.
>Description:
extraneous verbose output from kernel like:
Mar 9 00:52:35 flax /kernel: (da0:ahc0:0:0:0): tagged openings now 64
Mar 9 00:52:35 flax /kernel: (da0:ahc0:0:0:0): tagged openings now 63
...
>How-To-Repeat:
Run CAM scsi disks with AHC controller on 3.1 system
>Fix:
--- cam_xpt.c.orig Thu Mar 11 00:43:03 1999
+++ cam_xpt.c Thu Mar 11 00:43:24 1999
@@ -3045,7 +3045,7 @@
xpt_dev_ccbq_resize(crs->ccb_h.path,
crs->openings);
- if (bootverbose || 1) {
+ if (bootverbose) {
xpt_print_path(crs->ccb_h.path);
printf("tagged openings "
"now %d\n",
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903110646.AAA79734>
