lkml.org 
[lkml]   [2002]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: OOPS: ide-cd, 2.4.19-pre3-ac5

Arnaldo,

We did this last night :-/

--andre

On Sat, 23 Mar 2002, Arnaldo Carvalho de Melo wrote:

> Hi,
>
> I got this while trying to mount /dev/hdc without ide-cd loaded,
> while it was auto-loading and with no CD on the CD unit.
>
> Error (regular_file): read_system_map stat /usr/src/linux/System.map failed
> kernel BUG at ide-cd.c:790!
> invalid operand: 0000
--- linux/drivers/ide/ide-cd.c.orig Fri Mar 22 01:11:51 2002
+++ linux/drivers/ide/ide-cd.c Fri Mar 22 01:11:18 2002
@@ -786,7 +786,7 @@
return startstop;
}

- if (HWGROUP(drive)->handler == NULL) /* paranoia check */
+ if (HWGROUP(drive)->handler != NULL) /* paranoia check */
BUG();

/* Arm the interrupt handler. */
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.041 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site