Re: [PATCH] block MSI on Sony

2007-01-29 Thread Stephen Hemminger
On Tue, 30 Jan 2007 01:31:33 +0100 Thomas Gleixner <[EMAIL PROTECTED]> wrote: > On Mon, 2007-01-29 at 16:21 -0800, Stephen Hemminger wrote: > > > > The Sony VAIO BIOS resets to INTx on resume. This happens > > > > after device resume, so device irq's get misrouted. > > > > > > Err? My Sony VAIO d

Re: [PATCH] block MSI on Sony

2007-01-29 Thread Thomas Gleixner
On Mon, 2007-01-29 at 16:21 -0800, Stephen Hemminger wrote: > > > The Sony VAIO BIOS resets to INTx on resume. This happens > > > after device resume, so device irq's get misrouted. > > > > Err? My Sony VAIO does _NOT_ do that. It works fine without that. > > It's just the sky2 hackery which fuck

Re: [PATCH] block MSI on Sony

2007-01-29 Thread Thomas Gleixner
On Tue, 2007-01-30 at 01:22 +0100, Thomas Gleixner wrote: > On Mon, 2007-01-29 at 15:50 -0800, Stephen Hemminger wrote: > > The Sony VAIO BIOS resets to INTx on resume. This happens > > after device resume, so device irq's get misrouted. > > Err? My Sony VAIO does _NOT_ do that. It works fine with

Re: [PATCH] block MSI on Sony

2007-01-29 Thread Stephen Hemminger
On Tue, 30 Jan 2007 01:22:54 +0100 Thomas Gleixner <[EMAIL PROTECTED]> wrote: > On Mon, 2007-01-29 at 15:50 -0800, Stephen Hemminger wrote: > > The Sony VAIO BIOS resets to INTx on resume. This happens > > after device resume, so device irq's get misrouted. > > Err? My Sony VAIO does _NOT_ do tha

Re: [PATCH] block MSI on Sony

2007-01-29 Thread Thomas Gleixner
On Mon, 2007-01-29 at 15:50 -0800, Stephen Hemminger wrote: > The Sony VAIO BIOS resets to INTx on resume. This happens > after device resume, so device irq's get misrouted. Err? My Sony VAIO does _NOT_ do that. It works fine without that. It's just the sky2 hackery which fucked up things.

[PATCH] block MSI on Sony

2007-01-29 Thread Stephen Hemminger
The Sony VAIO BIOS resets to INTx on resume. This happens after device resume, so device irq's get misrouted. This hack turns off MSI on this laptop, until power management initialization order is fixed. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/pci/quirks.c | 32 ++