Re: USB related commit leads to hung systems if USB-IRQ=Disabled in BIOS

2000-12-06 Thread Mike Smith
In my bios I have PnPOS=NO, USB-IRQ=Disabled. The commit below results in a PCI interrupt storm and a terminally wedged system right after interrupts are enabled. This would be a bug in the UHCI or OHCI driver then. You can avoid it by not running the driver. Poul-Henning | nsayer

Re: USB related commit leads to hung systems if USB-IRQ=Disabled in BIOS

2000-12-06 Thread Mike Smith
In my bios I have PnPOS=NO, USB-IRQ=Disabled. The commit below results in a PCI interrupt storm and a terminally wedged system right after interrupts are enabled. This would be a bug in the UHCI or OHCI driver then. You can avoid it by not running the driver. I should have

Re: USB related commit leads to hung systems if USB-IRQ=Disabled in BIOS

2000-12-06 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Mike Smith writes: In my bios I have PnPOS=NO, USB-IRQ=Disabled. The commit below results in a PCI interrupt storm and a terminally wedged system right after interrupts are enabled. This would be a bug in the UHCI or OHCI driver then. You can avoid it

Re: USB related commit leads to hung systems if USB-IRQ=Disabled in BIOS

2000-12-06 Thread Mike Smith
I should have mentioned; you can probably also avoid it by letting your BIOS give the USB controller an IRQ, since it'll almost certainly also perform whatever initialisation the driver is currently missing out on. Right, that is what I did once I realized that this particular commit was