Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 1999 23:26:37 +0100 (CET)
From:      Christian Weisgerber <naddy@bigeye.rhein-neckar.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/9354: [PATCH] CAM driver spews debug messages
Message-ID:  <199901062226.XAA01703@bigeye.rhein-neckar.de>

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


>Number:         9354
>Category:       kern
>Synopsis:       [PATCH] CAM driver spews debug messages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan  6 15:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

Asus SC200 (NCR53C810) SCSI adapter, Quantum XP32275S LXY4 disk.

>Description:

The kernel keeps spewing annoying debugging messages along the lines of

(da0:ncr0:0:0:0): tagged openings now 31
(da0:ncr0:0:0:0): tagged openings now 29
(da0:ncr0:0:0:0): tagged openings now 28

Apparently there is a snippet of debugging code left in
/sys/cam/cam_xpt.c.

>How-To-Repeat:

Heavy disk activity, e.g. cvsup'ing /usr/src, make world,
rm -r /usr/obj, etc.

>Fix:

--- /sys/cam/cam_xpt.c.orig	Wed Jan  6 02:10:40 1999
+++ /sys/cam/cam_xpt.c	Wed Jan  6 23:09:44 1999
@@ -2955,7 +2955,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?199901062226.XAA01703>