From owner-freebsd-scsi Thu Feb 15 9:55:10 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from aslan.scsiguy.com (mail.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 97A1437B401 for ; Thu, 15 Feb 2001 09:55:08 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.2/8.9.3) with ESMTP id f1FHsxO65022; Thu, 15 Feb 2001 10:55:00 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200102151755.f1FHsxO65022@aslan.scsiguy.com> To: "Matthew N. Dodd" Cc: Joerg Wunsch , freebsd-scsi@FreeBSD.ORG Subject: Re: Problems with AIC7770-based controller on -current In-Reply-To: Your message of "Tue, 13 Feb 2001 00:04:39 EST." Date: Thu, 15 Feb 2001 10:54:59 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >CPU0 stopping CPUs: 0x00000002... stopped. >Stopped at ahc_match_scb+0x18: movl 0(%esi),%eax >db> t >ahc_match_scb(c05a8a00,0,5,41,0,ff,0) at ahc_match_scb+0x18 I still cannot reproduce this here. If it is very reproduceable for you, perhaps you can modify ahc_search_qinfifo so that the return from ahc_lookup_scb() is always tested for NULL. In the case of a NULL lookup, print the scb_index used for the lookup, call ahc_dump_card_state(), and panic. Perhaps with that info I can figure out what is going on. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message