From owner-freebsd-scsi@FreeBSD.ORG Sat Jan 8 00:29:20 2005 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 E3C1C16A4CE for ; Sat, 8 Jan 2005 00:29:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8916E43D2D for ; Sat, 8 Jan 2005 00:29:20 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j080S0lA007549 for ; Fri, 7 Jan 2005 17:28:00 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Fri, 07 Jan 2005 17:28:00 -0700 (MST) Message-Id: <20050107.172800.74744432.imp@harmony.village.org> To: scsi@freebsd.org From: Warner Losh X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Worrisome or no? 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: Sat, 08 Jan 2005 00:29:21 -0000 I think I have something wrong with my system. I'm not sure what, and am trying to diagnose it. I have a 19190 card with one drive on it. The drive is connected via a cable that's believed good, through an SCA adapter that's likely believed to be good to a 36GB drive that's wide Ultra (40MB/s): da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 63, 16bit), Tagged Queueing Enabled da0: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C) Every so often (once every few hours) I'm getting the following in dmesg: (da0:ahc0:0:0:0): parity error detected in Data-in phase. SEQADDR(0x1a7) SCSIRATE(0x95) (da0:ahc0:0:0:0): READ(10). CDB: 28 0 2 81 97 c7 0 0 80 0 (da0:ahc0:0:0:0): CAM Status: SCSI Status Error (da0:ahc0:0:0:0): SCSI Status: Check Condition (da0:ahc0:0:0:0): ABORTED COMMAND asc:48,0 (da0:ahc0:0:0:0): Initiator detected error message received (da0:ahc0:0:0:0): Retrying Command (per Sense Data) What do these indicate? A bad path to disk? A bad disk? A bad controller? Space alien fucking with me? Warner