From owner-freebsd-questions Tue Oct 27 18:02:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03041 for freebsd-questions-outgoing; Tue, 27 Oct 1998 18:02:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from loviatar.webcom.com (loviatar.webcom.com [209.1.28.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03028; Tue, 27 Oct 1998 18:02:08 -0800 (PST) (envelope-from graeme@echidna.com) Received: from eresh.webcom.com (eresh.webcom.com [209.1.28.49]) by loviatar.webcom.com (8.9.1/8.9.1) with SMTP id RAA04142; Tue, 27 Oct 1998 17:01:30 -0800 Received: from [199.183.207.131] by inanna.webcom.com (WebCom SMTP 1.2.1) with SMTP id 10078018; Tue Oct 27 17:59 PST 1998 Message-Id: <3636A466.5222@echidna.com> Date: Tue, 27 Oct 1998 20:58:14 -0800 From: Graeme Tait Organization: Echidna X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: Doug White Cc: freebsd-questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: CAM question 3.0-RELEASE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > On Tue, 27 Oct 1998, Rob Snow wrote: > > > I'm still debugging my problems with lockups during heavy network writing. > > I've installed two 2940's and can make it fail on either controller, > > eliminating my thought about some SCSI bus trash. > > > > Now, both of my drives seem to reset the tag queues when they go under load, > > is this normal? > > > > My Micrapolis 3243-19 (On 2940): > > tagged openings now 35 > > > > My Segate 39173W (On 2940UW): > > tagged openings now 63 > > tagged openings now 62 > > ....... > > tagged openings now 49 > > This is normal. The system tries to figure out how many tags each unit > can support by experimentation and observation. Some disks are > broken here and have to be quirk'd to turn off or reduce tags. Is there some reason why these messages are desirable and need to be on by default? They certainly get annoyingly voluminous at times. The following comment is from the freebsd-scsi archives: --------------------------------------------------------------------- I have some machines at work, and whenever I do lots of disk io, I get tons of the "tagged openings now XX" messages. I noticed that this is due to line 2819 in cam_xpt.c: if (bootverbose || 1) { xpt_print_path(crs->ccb_h.path); printf("tagged openings " "now %d\n", crs->openings); } Would it be possible to remove this 1 before the 3.0 release? -Chris Csanady --------------------------------------------------------------------- -- Graeme Tait - Echidna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message