lkml.org 
[lkml]   [1998]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: aic7xxx-5.0.7 for 2.1 SMP kernels, Problem and Solution?
Steve Hsieh wrote:
>
> Hi Bernhard, David,
>
> If you recall, aic7xxx-5.0.7 for 2.1 SMP was not working on my quad PPro
> Dell Poweredge 6100 with two onboard aic7xxx controllers for SMP 2.1.88.
> When I boot up, I got the message "Unable to handle kernel NULL pointer
> dereference at virtual address 00000021" and then a kernel Ooops.

[ large portion snipped ]

That was an oversight on my part. Change the code at 7527 from:
if ( PCI_SLOT(temp_p->pci_device_fn) ==
PCI_SLOT(current_p->pci_device_fn) )
to:
if ( (current_p) &&
(PCI_SLOT(temp_p->pci_device_fn) ==
PCI_SLOT(current_p->pci_device_fn)) )

and that should solve the problem (updated in my sources now).

--

Doug Ledford <dledford@dialnet.net>
Opinions expressed are my own, but
they should be everybody's.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.037 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site