From: Jason Wever <[EMAIL PROTECTED]>
Date: Mon, 5 Sep 2005 09:41:31 -0600

> Looking at the ehci driver messages, it shows (among other things);
> ehci_hcd 0001:00:01.2: request interrupt 10,20e failed
> 
> Then looking for interrupt 10 in /proc/interrupts shows;
> 10:          0          0  rtc:224

Give this a spin:

diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c
--- a/drivers/char/rtc.c
+++ b/drivers/char/rtc.c
@@ -941,7 +941,7 @@ found:
         * PCI Slot 2 INTA# (and some INTx# in Slot 1). SA_INTERRUPT here
         * is asking for trouble with add-on boards. Change to SA_SHIRQ.
         */
-       if (request_irq(rtc_irq, rtc_interrupt, SA_INTERRUPT, "rtc", (void 
*)&rtc_port)) {
+       if (request_irq(rtc_irq, rtc_interrupt, SA_SHIRQ, "rtc", (void 
*)&rtc_port)) {
                /*
                 * Standard way for sparc to print irq's is to use
                 * __irq_itoa(). I think for EBus it's ok to use %d.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to