From owner-freebsd-scsi Mon Nov 3 17:18:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA20695 for freebsd-scsi-outgoing; Mon, 3 Nov 1997 17:18:23 -0800 (PST) (envelope-from owner-freebsd-scsi) Received: from aurora.rose-hulman.edu (SYSTEM@aurora.rose-hulman.edu [137.112.8.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA20668 for ; Mon, 3 Nov 1997 17:18:13 -0800 (PST) (envelope-from jayrich@sysc.com) Received: from richmojm ("port 1060"@richmojm.laptop.rose-hulman.edu) by RoseVC.Rose-Hulman.Edu (PMDF V5.1-10 #17642) with SMTP id <01IPL3M7SSOQ91C805@RoseVC.Rose-Hulman.Edu> for freebsd-scsi@freebsd.org; Mon, 3 Nov 1997 20:21:40 EST Date: Mon, 03 Nov 1997 20:17:49 -0500 From: Jay Richmond Subject: quantum Atlas II, tagged queuing device? To: freebsd-scsi@freebsd.org Message-id: <01bce8bf$77014220$55ce7089@richmojm.laptop.rose-hulman.edu> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 4.71.1712.3 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 X-Priority: 3 Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I've finally been able to get my SCSI system working properly. It turns out that my timeout errors were caused by the AHC_MEMIO option AND the fact that my Quantum II was providing termination power to the bus (don't ask me why this did cause a problem, it just did).. Thanks Justin for your help.. Anyways, I've been looking into tagged command queuing, and after enabling the option for it in my kernel configuration and compiling a new kernel, I don't see "ahc0: target ? Tagged Queueing Device" for my Atlas II hard drive... here's what the kernel probe looks like: Nov 3 18:13:01 room101 /kernel: ahc0: aic7880 Wide Channel, SCSI Id=7, 16/255 SCBs Nov 3 18:13:01 room101 /kernel: ahc0 waiting for scsi devices to settle Nov 3 18:13:01 room101 /kernel: (ahc0:1:0): "QUANTUM XP32275W LXY4" type 0 fixed SCSI 3 Nov 3 18:13:01 room101 /kernel: sd0(ahc0:1:0): Direct-Access 2170MB (4445380 512 byte sectors) I also have an external iomega jaz running if this means anything. shouldn't I see something like "ahc1: target 4 Tagged Queuing Device" to let me know it's active. on another person's 3940 this is printer for his Atlas II drive with the same firmware, but of a different size. is there a way I can force tagged queuing to be enabled , or make sure it is working properly? thanks,jay