Re: [coreboot] [PATCH] Fix issue with Winbond W83627EHG MIDI driver

2011-02-07 Thread Jonathan A. Kollasch
On Sat, Feb 05, 2011 at 09:54:49PM +0200, Alex G. wrote: Sorry about forgetting to attach the patch. Alex On 02/05/2011 09:50 PM, Alex G. wrote: (See Patch) This fixes the ERROR: device PNP: 002e.207 index 98 has no mask. that I have been getting on the W83627EHG. Alex

Re: [coreboot] [PATCH] Fix issue with Winbond W83627EHG MIDI driver

2011-02-07 Thread Alex G.
Index: src/superio/winbond/w83627ehg/superio.c === --- src/superio/winbond/w83627ehg/superio.c (revision 6323) +++ src/superio/winbond/w83627ehg/superio.c (working copy) @@ -189,7 +189,7 @@ { ops, W83627EHG_HWM, PNP_IO0

Re: [coreboot] [PATCH] Fix issue with Winbond W83627EHG MIDI driver

2011-02-07 Thread Jonathan A. Kollasch
On Tue, Feb 08, 2011 at 03:48:44AM +0200, Alex G. wrote: Maybe try something like: { ops, W83627EHG_MIDI, PNP_IO1 | PNP_IRQ0, {0, 0}, {0x07fe, 4}, } Jonathan Kollasch Thanks. Find attached the updated micropatch. Alex Fixes a problem with the W8327EHG driver, where the midi

Re: [coreboot] [PATCH] Fix issue with Winbond W83627EHG MIDI driver

2011-02-07 Thread Jonathan A. Kollasch
On Tue, Feb 08, 2011 at 02:29:47AM +, Jonathan A. Kollasch wrote: On Tue, Feb 08, 2011 at 03:48:44AM +0200, Alex G. wrote: Maybe try something like: { ops, W83627EHG_MIDI, PNP_IO1 | PNP_IRQ0, {0, 0}, {0x07fe, 4}, } Jonathan Kollasch Thanks. Find attached the updated