From owner-freebsd-scsi Tue Jul 3 8:59:35 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 0562637B403 for ; Tue, 3 Jul 2001 08:59:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f63FxQS04634; Tue, 3 Jul 2001 08:59:26 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 3 Jul 2001 08:59:25 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Justin T. Gibbs" Cc: Norman Czarczinski , FreeBSD-SCSI@FreeBSD.ORG Subject: Re: Trouble with SCSI Streamer In-Reply-To: <200107031440.f63EeIU89723@aslan.scsiguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 3 Jul 2001, Justin T. Gibbs wrote: > > > >It's some kind of SCSI signal or HBA issue or breakage at the device. > >The CDB matches the S/G list spit out by the aic driver (10KB == 10KB), > >but the drive still claims to be in Data Out phase. > > > >I wonder, btw, what the Tag is doing there. > > Tag == transaction identifier as well as any tag value sent to the > device. If we aren't in a tag mode, we won't send the tag. > > Do we know what the set block length is? Perhaps the device > believes it is in 1K mode or something. No. It's in fixed mode (512 byte), and the CDB says 20 512 byte blocks, which matches the 10K S/G list. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message