delay via-rhine irq initialisation.

2007-12-11 Thread Dave Jones
With CONFIG_DEBUG_SHIRQ set, via-rhine complains during init. (See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=377721 for a report). Does this diff look right? (I don't have a via-rhine handy to test with) We may be able to get away with moving the request_irq to just after the alloc_tbu

Re: delay via-rhine irq initialisation.

2007-12-22 Thread Jeff Garzik
Dave Jones wrote: With CONFIG_DEBUG_SHIRQ set, via-rhine complains during init. (See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=377721 for a report). Does this diff look right? (I don't have a via-rhine handy to test with) We may be able to get away with moving the request_irq to just

Re: delay via-rhine irq initialisation.

2008-01-02 Thread Chuck Ebbert
On 12/22/2007 10:36 PM, Jeff Garzik wrote: > Dave Jones wrote: >> With CONFIG_DEBUG_SHIRQ set, via-rhine complains during init. >> (See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=377721 for a >> report). > > Absolutely we want to do this. DEBUG_SHIRQ is only one of many reasons > -- qui