From owner-freebsd-stable Mon Feb 5 17:21:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 5397437B6A7 for ; Mon, 5 Feb 2001 17:20:51 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f161KkO53521; Mon, 5 Feb 2001 18:20:46 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200102060120.f161KkO53521@aslan.scsiguy.com> To: Oliver Schonefeld Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ahc eisa: disk probe fails -> kernel panic In-Reply-To: Your message of "Fri, 02 Feb 2001 23:50:14 +0100." <20010202235014.A10100@mime.TechFak.Uni-Bielefeld.DE> Date: Mon, 05 Feb 2001 18:20:46 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Hello! > >With recent commits to the ahc driver the kernel survises the probing of the >adapter but when probing the drives I get some wierd SCSI debug stuff and a >kernel panic. I believe the following patch will correct the problem. Please let me know if it doesn't. -- Justin Index: aic7xxx.seq =================================================================== RCS file: /usr/cvs/src/sys/dev/aic7xxx/aic7xxx.seq,v retrieving revision 1.94.2.8 diff -u -r1.94.2.8 aic7xxx.seq --- aic7xxx.seq 2001/01/27 20:56:27 1.94.2.8 +++ aic7xxx.seq 2001/02/06 00:59:11 @@ -1609,7 +1609,7 @@ * for this target or the transaction is for a different lun, then * this must be an untagged transaction. */ - shr SINDEX, 4, SELID; + shr SINDEX, 4, SAVED_SCSIID; and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A; if ((ahc->flags & AHC_SCB_BTT) != 0) { add SINDEX, SCB_64_BTT; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message