From owner-freebsd-scsi Wed Jan 16 11:54:24 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by hub.freebsd.org (Postfix) with ESMTP id E8CD937B41C for ; Wed, 16 Jan 2002 11:54:19 -0800 (PST) Received: from [192.168.1.129] (212.129.45.125) by mail.libertysurf.net (5.1.053) id 3C3F4849000F4BB2; Wed, 16 Jan 2002 20:53:49 +0100 Date: Wed, 16 Jan 2002 20:53:06 +0100 (CET) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-X-Sender: To: Alexandr Litvin Cc: Subject: Re: sym0 problem In-Reply-To: <009401c19e63$17c01620$250000c0@sergio> Message-ID: <20020116203738.L1910-100000@gerard> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE 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 Wed, 16 Jan 2002, Alexandr Litvin wrote: > Hi! > I have some problem with sym0 scsi driver > FreeBSD 4.2 > sym0:6: ERROR (0:98) (8-28-0) (8/13) @ (scripta 718:18000840). > sym0: script cmd =3D 88080000 > sym0: regdump: da 10 80 13 47 08 06 1f 80 08 86 28 80 00 00 00 00 b0 cf 0= 1 08 ff ff ff. > (noperiph:sym0:0:-1:-1): SCSI BUS reset detected. Looks rather the HBA that has problems with your SCSI BUS. :) Bit 8 in 0x98 (SIST) means SCSI GROSS ERROR (May-be I should add some additional verbose printf's in the driver, but this would waste useful memory and this would not help available user in my opinion). (A best plan could be to write some userland tool that reads the syslog and spits out detailed messages as verbosely as user can support.) SCSI GROSS ERROR means that your SCSI BUS is not SCSI capable. :) You want to check cables, terminations, etc... A short term solution for you can be to lower the SCSI data transfer speed. This can make the problem less likely to occur. G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message