From: Thomas Schlichter <schlicht@uni-mannheim.de>
To: Arkadiusz Miskiewicz <arekm@pld-linux.org>
Cc: Wim Van Sebroeck <wim@iguana.be>, linux-kernel@vger.kernel.org
Subject: Re: irq 12: nobody cared! (2.6.0-test6)
Date: Tue, 30 Sep 2003 11:04:49 +0200 [thread overview]
Message-ID: <200309301104.52810.schlicht@uni-mannheim.de> (raw)
In-Reply-To: <200309300935.18997.arekm@pld-linux.org>
[-- Attachment #1.1: Type: text/plain, Size: 1524 bytes --]
On Tuesday 30 September 2003 09:35, Arkadiusz Miskiewicz wrote:
> On Monday 29 of September 2003 12:16, Felipe Alfaro Solana wrote:
> > Have you tried with 2.6.0-test6-mm1? It includes a fix for ACPI PCI
> > routing which may help in your case.
>
> I've tried 2.6.0test6+cset patch 20030929_1907+ all *acpi* patches from
> test6-mm1 and:
~~ snip ~~
> drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver
> v2.1
> uhci-hcd 0000:00:11.2: UHCI Host Controller
> irq 10: nobody cared!
> Call Trace:
> [<c010cc1b>] __report_bad_irq+0x2b/0x90
> [<c010cd14>] note_interrupt+0x64/0xa0
> [<c010cfae>] do_IRQ+0x12e/0x140
> [<c010b4dc>] common_interrupt+0x18/0x20
> [<c0125484>] do_softirq+0x44/0xa0
> [<c010cf88>] do_IRQ+0x108/0x140
> [<c010b4dc>] common_interrupt+0x18/0x20
> [<c01b364c>] pci_bus_write_config_word+0x5c/0x80
> [<cf9b0480>] uhci_reset+0x40/0x50 [uhci_hcd]
> [<cf89ba32>] usb_hcd_pci_probe+0x192/0x480 [usbcore]
> [<c01b72fb>] pci_device_probe_static+0x4b/0x60
> [<c01b734c>] __pci_device_probe+0x3c/0x50
> [<c01b738c>] pci_device_probe+0x2c/0x50
> [<c01fb4ed>] bus_match+0x3d/0x70
> [<c01fb640>] driver_attach+0x70/0xb0
> [<c01fb941>] bus_add_driver+0xa1/0xc0
> [<c01fbd91>] driver_register+0x31/0x40
> [<c01b756e>] pci_register_driver+0x5e/0x90
> [<cf9240c7>] uhci_hcd_init+0xc7/0x143 [uhci_hcd]
> [<c01381c3>] sys_init_module+0x123/0x270
> [<c010b36f>] syscall_call+0x7/0xb
Seems like the attached patch from Wim Van Sebroeck could help you...
Thomas Schlichter
[-- Attachment #1.2: fix_uhci-hcd.diff --]
[-- Type: text/x-diff, Size: 489 bytes --]
--- linux-2.6.0-test6/drivers/usb/host/uhci-hcd.c 2003-09-28 02:50:56.000000000 +0200
+++ linux-2.6.0-test6/drivers/usb/host/uhci-hcd.c 2003-09-28 23:21:30.000000000 +0200
@@ -2185,8 +2185,8 @@
/* Maybe kick BIOS off this hardware. Then reset, so we won't get
* interrupts from any previous setup.
*/
- pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
reset_hc(uhci);
+ pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
return 0;
}
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-09-30 9:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-29 6:56 irq 12: nobody cared! (2.6.0-test6) Meelis Roos
2003-09-29 10:16 ` Felipe Alfaro Solana
2003-09-30 7:35 ` Arkadiusz Miskiewicz
2003-09-30 9:04 ` Thomas Schlichter [this message]
2003-09-30 9:23 ` Arkadiusz Miskiewicz
2003-09-30 10:38 ` Andreas Schwarz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200309301104.52810.schlicht@uni-mannheim.de \
--to=schlicht@uni-mannheim.de \
--cc=arekm@pld-linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox