[125] in linux-scsi channel archive
Re: NCR53c810 SCSI problems in Slackware 2.2
daemon@ATHENA.MIT.EDU (Richard Gooch)
Wed Mar 29 02:53:04 1995
From: Richard Gooch <rgooch@rp.CSIRO.AU>
Date: Wed, 29 Mar 1995 16:44:44 +1000
To: camm@enhanced.com (Camm Maguire)
Cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <9503281847.AA15745@intech2.enhanced.com>
Camm Maguire writes:
> Please excuse me if this message is a duplicate. I'm having a few
> mailer problems as well. Thanks!
[description of setup, etc. deleted]
> =============================================================================
> (Manually copied from screen, hope all is accurate!)
>
>
> unable to handle kernel NULL pointer deference at virtual address c0000038
> current -> tss.cr3 = 0072d000, %cr3 = 0072d000
> *pde = 00102067
> *pte = 00000027
> Oops : 0002
> EIP : 0010: 00128320
> EFLAGS: 00010202
> eax: 00000010 ebx: 00000000 ecx: 00ad0d20 edx: 00000000
> esi: 01800000 edi: 00000000 ebp: 0072ccf8 esp: 0072ccb4
> ds: 0018 es: 0018 fs: 0026 gs: 0026 ss: 0018
> Process badblocks (pid:86,process nr. 12,stackpage: 0072c0000)
> Stack: 00000020 00000400 0072cf74 00ad0d5c 0000a000 000029a8 00000000 00000000
> 00000000 00000000 00000000 00ad0d5c 00000000 00000000 00000000 00000000
> 00000000 0072cc74 0012cee2 00000400 00000000 00000010 0072cd74 00eabd80
> Call Trace: 0012cee2 0012862e 00150317 00127d06 0012862e 00127d06 0012862e
> 00112c8e 00129f10 00129e21 0011f824 0011001f 0011f824 001260c4 00110739
> Code: 89 78 28 0f b7 41 0e 33 41 08 31 d2 f7 35 c0 af 1d 00 8b 35
Is this the only kind of error you are getting? When I was having
problems, I got this error, but also other errors. Try the following
command:
# dd if=/dev/sda of=/dev/null bs=1048576 count=500
If you are having the same problem as I was, this will fail every time
(after a cold boot). My problem was fixed by setting the chipset BIOS
option "synchronise LGNT# with LCLK" to "enable" rather than the
default "disable". My motherboard manual said this would decrease
performance (not that I've noticed:-) but was needed for some
busmastering PCI cards. I too have an NCR 53c810 card with a P90
system (Award BIOS).
Regards,
Richard....