From owner-freebsd-scsi Tue Feb 29 21:12:31 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 709DA37BD27; Tue, 29 Feb 2000 21:12:28 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id WAA27460; Tue, 29 Feb 2000 22:12:27 -0700 (MST) (envelope-from ken) Date: Tue, 29 Feb 2000 22:12:27 -0700 From: "Kenneth D. Merry" To: Mike Smith Cc: scsi@FreeBSD.ORG Subject: Re: chio trap with not-ready changer Message-ID: <20000229221227.A27407@panzer.kdm.org> References: <200003010502.VAA02846@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003010502.VAA02846@mass.cdrom.com>; from msmith@FreeBSD.ORG on Tue, Feb 29, 2000 at 09:02:51PM -0800 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 21:02:51 -0800, Mike Smith wrote: > > Ok, after some interesting side trips I'm happily up and talking to our > new (well, new-old) SpectraLogic STL-8000. There's only one catch so far > - if the unit is still initialising itself when the 'ch' driver tries to > talk to it, the latter fails in a messy fashion. It's easy enough to > work around this by increasing the SCSI delay, but if you have 40 tapes > in the unit and it's busy reading the barcodes off them all, this can be > a loooong wait. 8) > > Is there any interest in debugging this at the moment, or should I hang > back until someone familiar with the 'ch' driver has some time to tinker? Well, I don't infinite time to debug it, but I can certainly help you look into it. My guess is that the problem is that the mode sense that gets fired off on probe is failing since the drive isn't initialized. So the question is, how does it fail? Does the command time out (you might get a "timed out ..." message from the Adaptec driver), or does it just return an error message and fail to attach? Once we figure out how it is failing, we can try to figure out a way around it. IIRC, I've heard bad things about SpectraLogic changers, so I'm not sure this is a surprise. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message