From owner-freebsd-bugs Mon Apr 7 14:20:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13882 for bugs-outgoing; Mon, 7 Apr 1997 14:20:52 -0700 (PDT) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA13863 for ; Mon, 7 Apr 1997 14:20:40 -0700 (PDT) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA08243; Mon, 7 Apr 1997 17:20:08 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Mon, 7 Apr 1997 17:20 EDT Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id QAA27715; Mon, 7 Apr 1997 16:41:16 -0400 (EDT) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id QAA03901; Mon, 7 Apr 1997 16:47:21 -0400 (EDT) Date: Mon, 7 Apr 1997 16:47:21 -0400 (EDT) From: Thomas David Rivers Message-Id: <199704072047.QAA03901@lakes.water.net> To: ponds!plutotech.com!gibbs, ponds!fee.vutbr.cz!lampa Subject: Re: i386/3195: ahc panic Cc: ponds!freefall.freebsd.org!freebsd-bugs Content-Type: text Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Still the same problems, after some time error: > > > > ahc1:A:1: no active SCB for reconnecting target - issuing ABORT > > SAVED_TCL == 0x10 > > ahc1:A:1: Target did not send an IDENTIFY message > > LASTPHAS = 0x0, SAVED_TCL = 0x10 > > Have you tried the latest changes to the driver? > > > and systems loops in ahc driver, everytime I hit kernel debugger, stack is: > > > > ahc_scsi_cmd > > scsi_scsi_cmd > > sdstart > > free_xs > > scsi_done > > ahc_done > > ahc_run_done_queue > > ahc_reset_channel > > > > I have tried to change a bit of code, which probably causes hangup: > > This is close, but by delaying the done processing until after the bus > settle delay completes, you almost assure that those SCBs will timeout > again. I'll commit some patches today that fix this problem. > Justin - Can you let me know what those are - I'd like to see if they affect my aha1542 problems... - Dave R. -