From owner-freebsd-current Wed Sep 23 07:08:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00549 for freebsd-current-outgoing; Wed, 23 Sep 1998 07:08:26 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00544 for ; Wed, 23 Sep 1998 07:08:24 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id IAA21990; Wed, 23 Sep 1998 08:05:48 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809231405.IAA21990@panzer.plutotech.com> Subject: Re: CAM and quantum disc In-Reply-To: from Michael Class at "Sep 22, 98 11:03:53 pm" To: michaelc@hpbbse.bbn.hp.com (Michael Class) Date: Wed, 23 Sep 1998 08:05:48 -0600 (MDT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Class wrote... > Hello, > > during a make world, on a current-system of today I am getting > the following messages in the system log. > > (da1:ncr0:0:1:0): tagged openings now 31 > (da1:ncr0:0:1:0): tagged openings now 30 > (da1:ncr0:0:1:0): tagged openings now 29 > (da1:ncr0:0:1:0): tagged openings now 28 > (da1:ncr0:0:1:0): tagged openings now 27 > (da1:ncr0:0:1:0): tagged openings now 26 > (da1:ncr0:0:1:0): tagged openings now 25 > (da1:ncr0:0:1:0): tagged openings now 24 > (da1:ncr0:0:1:0): tagged openings now 23 > (da1:ncr0:0:1:0): tagged openings now 22 > (da1:ncr0:0:1:0): tagged openings now 21 > (da1:ncr0:0:1:0): tagged openings now 20 > (da1:ncr0:0:1:0): tagged openings now 19 > (da1:ncr0:0:1:0): tagged openings now 18 > (da1:ncr0:0:1:0): tagged openings now 17 > (da1:ncr0:0:1:0): tagged openings now 16 > > The disk is a "Quantum XP34300W L915". > > I remember that I read about these things before on this list. > Do we need a quirk entry like for the other quantum disks in cam_xpt.c > to restrict the number of tagged queue entries? You only need an entry for your Atlas I if it keeps returning queue full until there are no tags left. I'm not sure if the Atlas I's do. The Atlas II's will keep returning queue full until we have reduced the tag count to 0. That's why we put in a lower limit of 24. We don't allow the tag count to go below that; we just retry. Anyway, 16 isn't too bad. The Quantum Fireball ST only has about 8. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message