Re: IRQ problem on cobalt / 2.6.6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 18, 2004 at 10:38:10PM +0100, Peter Horton wrote:

> 
> Does this patch fix it ?
> 
> P.
> 
> --- linux.cvs/arch/mips/cobalt/irq.c	2003-11-13 14:30:45.000000000 +0000
> +++ linux.pdh/arch/mips/cobalt/irq.c	2004-05-18 22:35:32.000000000 +0100
> @@ -82,11 +83,15 @@
>  	}
>  
>  	if (pending & CAUSEF_IP7) {			/* int 23 */
> -		do_IRQ(COBALT_QUBE_SLOT_IRQ, regs);
> +		do_IRQ(23, regs);
>  		return;
>  	}
>  }

Aha. that seems to work now. i can certainly now tune the card in and do 
stuff [tm] with it. thanks for the help.

 cat /proc/interrupts
           CPU0
  2:          0          XT-PIC  cascade
  9:       4134          XT-PIC  saa7146 (0)
 14:      27964          XT-PIC  ide0
 18:     711618            MIPS  timer
 19:      11311            MIPS  eth0
 21:        288            MIPS  serial
 22:          0            MIPS  cascade

0000:00:0a.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 
01)
        Subsystem: Technotrend Systemtechnik GmbH: Unknown device 1011
        Flags: bus master, medium devsel, latency 64, IRQ 9
        Memory at 12080800 (32-bit, non-prefetchable)


cheers,
Kieran.

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux