From owner-freebsd-current Sun Nov 12 13:13:50 2000 Delivered-To: freebsd-current@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id AC95337B4CF for ; Sun, 12 Nov 2000 13:13:43 -0800 (PST) Received: from aslan (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id eACLDd439851; Sun, 12 Nov 2000 14:13:40 -0700 (MST) (envelope-from gibbs@aslan.scsiguy.com) Message-Id: <200011122113.eACLDd439851@aslan.scsiguy.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Niels Chr. Bank-Pedersen" Cc: current@FreeBSD.ORG Subject: Re: panic - probably aic7810/398X related In-Reply-To: Your message of "Sun, 12 Nov 2000 13:55:37 +0100." <20001112135536.B11660@bank-pedersen.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Nov 2000 14:13:39 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Yesterday I decided to upgrade my home server from it's PRE_SMPNG >state to -current, but now it panics just after detecting the >aic7810 RAID controller (though unsupported, the box booted happily >on an PRE_SMPNG kernel). My guess is that this patch will fix your problem. -- Justin Index: aic7xxx.c =================================================================== RCS file: /usr/cvs/src/sys/dev/aic7xxx/aic7xxx.c,v retrieving revision 1.60 diff -c -r1.60 aic7xxx.c *** aic7xxx.c 2000/11/12 05:19:46 1.60 --- aic7xxx.c 2000/11/12 21:11:43 *************** *** 3689,3694 **** --- 3689,3696 ---- struct scb_data *scb_data; scb_data = ahc->scb_data; + if (scb_data == NULL) + return; switch (scb_data->init_level) { default: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message