Date: Sun, 12 Nov 2000 14:13:39 -0700 From: "Justin T. Gibbs" <gibbs@scsiguy.com> To: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk> Cc: current@FreeBSD.ORG Subject: Re: panic - probably aic7810/398X related Message-ID: <200011122113.eACLDd439851@aslan.scsiguy.com> In-Reply-To: Your message of "Sun, 12 Nov 2000 13:55:37 %2B0100." <20001112135536.B11660@bank-pedersen.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011122113.eACLDd439851>