Date: Mon, 05 Feb 2001 18:20:46 -0700 From: "Justin T. Gibbs" <gibbs@scsiguy.com> To: Oliver Schonefeld <oschonef@TechFak.Uni-Bielefeld.DE> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ahc eisa: disk probe fails -> kernel panic Message-ID: <200102060120.f161KkO53521@aslan.scsiguy.com> In-Reply-To: Your message of "Fri, 02 Feb 2001 23:50:14 %2B0100." <20010202235014.A10100@mime.TechFak.Uni-Bielefeld.DE>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102060120.f161KkO53521>
