lkml.org 
[lkml]   [1997]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: SMP
On Tue, 22 Apr 1997, Richard B. Johnson wrote:

> More problems with 2.1.36x SMP machine. I found it this morning
> with an OOPS... pertainent data are copied from the screen
>
> end_scsi_request : buffer-list destroyed
> end_scsi_request : buffer-list destroyed
> attempt to access beyond end of device
>
> kernel panic EXT2-fs panic

Does the attached patch help you? Slight chance only ...

-- mingo

--- aic7xxx.c.orig Tue Apr 22 23:38:17 1997
+++ aic7xxx.c Tue Apr 22 23:40:01 1997
@@ -457,6 +457,7 @@
* sections.
*/
#define PAUSE_SEQUENCER(p) \
+ synchronize_irq(); \
outb(p->pause, HCNTRL + p->base); \
while ((inb(HCNTRL + p->base) & PAUSE) == 0) \
; \

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