lkml.org 
[lkml]   [1998]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Hard Lockup on 2.1.106 (bogus uart401 base)
Date
> > applied 2.1.106ac1, played a sound file and got:
> > Too much work in interrupt on uart401 (0x6E756F53). UART jabbering??
>
> Ok that means the sound completion causes the sb uart401 chip to flag
> an interrupt request and the uart401 interrupt routine to get called.
>
> You've also caught the real bug - the hex value in brackets is the I/O
> port it thinks the uart401 is at. This indicates that the dev_id passed
> was wrong. Now I can go see why

Wheee. Surprised it didn't grenade in a more spectacular fashion :)

If the problem isnt obvious then perhaps something like:


typedef struct uart401_devc
{

+ int magic;
int base;
int irq;
int *osp;

and associated checks will be worthwhile?

Paul.

-
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:43    [W:0.030 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site