K 10 svn:author V 5 silby K 8 svn:date V 27 2004-05-06T09:21:05.000000Z K 7 svn:log V 491 Remove "Scheduling overrun" interrupts from the set of normal interrupts that the OHCI driver uses. Broken OHCI devices (like the controller in my laptop, apparently) like to set this bit at times. Research through google shows that this problem has shown up on other systems as well. As the scheduling overrun handler doesn't actually do anything, and the only effect is console spamming, disabling the interrupt seems to be the right thing to do. (And it is also what linux 2.6 does.) END