On Saturday 05 July 2008, Linus Torvalds wrote:I seem to recall some oddness with RHSC on some platforms, way back when I had lots of OHCI hardware and did comparative. testing. RHSC and RD did not act quite like the docs said ... Simple experiments: add "distrust_firmware=y" to the ohci module options. Or: try a kernel without CONFIG_PM enabled. More complex experiments: try building with CONFIG_USB_DEBUG and after editing drivers/usb/host/ohci-hcd.c to #define OHCI_VERBOSE_DEBUG (just change the #undef to a #define) ... then restart things (passing debug=8 on the kernel command line may help) and see what it says on the system console. If this is really an IRQ storm that may turn up more data. Alternatively, it might not show info until you tweak ohci_irq() (in that same file) to dump "ints" after it checks whether the IRQ was "for some other device". And if even that doesn't show a storm of messages ... then the problem may not be directly caused by OHCI. Lots of stuff seems to be sharing that same IRQ, after all... - Dave --
| Dave Hansen | [RFC][PATCH 0/4] kernel-based checkpoint restart |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Eric Paris | [RFC 0/5] [TALPA] Intro to a linux interface for on access scanning |
git: | |
| David Miller | Re: [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
