From owner-freebsd-scsi@FreeBSD.ORG Wed Aug 6 07:51:33 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7052537B401; Wed, 6 Aug 2003 07:51:33 -0700 (PDT) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2721F43F75; Wed, 6 Aug 2003 07:51:32 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.9/8.12.8) with ESMTP id h76EpVEU068472; Wed, 6 Aug 2003 08:51:31 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Date: Wed, 06 Aug 2003 08:51:31 -0600 From: "Justin T. Gibbs" To: Don Bowman , "'freebsd-scsi@freebsd.org'" , "'aic7xxx@freebsd.org'" Message-ID: <1680230000.1060181491@aslan.scsiguy.com> In-Reply-To: References: X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Ongoing U320 AIC7902 Seagate ST318453LW issues, SCB timed out X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 14:51:33 -0000 > On some systems I am sometimes getting this error pop out. > It seems to track the system for some reason. This is > not a bad cable, signals look good on oscope. > > Drive is: SEAGATE ST318453LW, FW 0005 You seem to have found another way to trip up the Seagate drives. According to the controller, there are 13 commands that are outstanding on the drive that have not been completed within the timeout period. The bus is idle and so is the controller. The SCB count in this dump is 64. Are you not throttling the number of commands to 32 for these devices? If so, the SCB count should not be higher than 32 for a single drive configuration. I have seen behavior similar to what you are experiencing with tag depths greater than 32. -- Justin