From owner-freebsd-scsi Sun Jul 4 13:49: 0 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by hub.freebsd.org (Postfix) with ESMTP id F022214F43; Sun, 4 Jul 1999 13:48:49 -0700 (PDT) (envelope-from se@dialup124.zpr.Uni-Koeln.DE) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.9.3/8.9.3) id WAA06305; Sun, 4 Jul 1999 22:49:07 +0200 (CEST) (envelope-from se) Date: Sun, 4 Jul 1999 22:49:07 +0200 From: Stefan Esser To: Andre Oppermann Cc: freebsd-scsi@freebsd.org, Stefan Esser Subject: Re: ncr0: queue is empty Message-ID: <19990704224907.A2698@dialup124.mi.uni-koeln.de> Reply-To: se@freebsd.org References: <377B1E99.46188B0C@pipeline.ch> <19990702003518.B468@dialup124.mi.uni-koeln.de> <377C77C1.4F8ACEE1@pipeline.ch> <19990704111556.B4870@dialup124.mi.uni-koeln.de> <377F37E7.8B0F13D1@pipeline.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <377F37E7.8B0F13D1@pipeline.ch>; from Andre Oppermann on Sun, Jul 04, 1999 at 12:31:03PM +0200 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-07-04 12:31 +0200, Andre Oppermann wrote: > Stefan Esser wrote: > > > > On 1999-07-02 10:26 +0200, Andre Oppermann wrote: > > > scbus0 on ncr0 bus 0: > > > at scbus0 target 0 lun 0 (pass0,da0) > > > at scbus0 target 2 lun 0 (pass1,cd0) > > > at scbus0 target 4 lun 0 (pass2,da1) > > > at scbus0 target 4 lun 1 (pass3,cd1) > > > > Many Quantum drives show erratic behaviour if confronted with too many > > simultanous commands. For that reason, you may want to add a Quirk entry > > for your drive to "/sys/cam/cam_xpt.c", similar to the existing entries > > for all kinds of Atlas drives ... > > What is an reasonable value for that drive? I guess you want to try the values that work with other Quantum drives: { /* Reports QUEUE FULL for temporary resource shortages */ { T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP34550*", "*" }, /*quirks*/0, /*mintags*/24, /*maxtags*/32 }, The "reducing number of tags" message has been disabled on popular demand a few months ago, IIRC. But you can re-enable it, though I don't remember how ... (kernel config option ? verbose boot ? You'll find out easily by greping for the origin of that message in the CAM sources ;-) Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message