Re: [PATCH] sata_via: fix resource-managed iomap conversion

2007-02-20 Thread Jeff Garzik
Tejun Heo wrote: Conversion to resource-managed iomap was buggy causing init failures on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers while on vt6420 sata_via tried to map BAR0-4 twice. Fix it. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- I thought I have a vt6421 but mine

[PATCH] sata_via: fix resource-managed iomap conversion

2007-02-20 Thread Tejun Heo
Conversion to resource-managed iomap was buggy causing init failures on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers while on vt6420 sata_via tried to map BAR0-4 twice. Fix it. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- I thought I have a vt6421 but mine too was a vt6420.

Re: [PATCH] sata_via: fix resource-managed iomap conversion

2007-02-15 Thread Jarek Poplawski
On 12-02-2007 21:10, Tejun Heo wrote: > Markus Trippelsdorf wrote: >> On Mon, Feb 12, 2007 at 10:51:44AM -0800, Tejun Heo wrote: >>> Conversion to resource-managed iomap was buggy causing init failures >>> on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers >>> while on vt6420 sata_vi

Re: [PATCH] sata_via: fix resource-managed iomap conversion

2007-02-12 Thread Tejun Heo
Markus Trippelsdorf wrote: On Mon, Feb 12, 2007 at 10:51:44AM -0800, Tejun Heo wrote: Conversion to resource-managed iomap was buggy causing init failures on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers while on vt6420 sata_via tried to map BAR0-4 twice. Fix it. Great, can a

Re: [PATCH] sata_via: fix resource-managed iomap conversion

2007-02-12 Thread Markus Trippelsdorf
On Mon, Feb 12, 2007 at 10:51:44AM -0800, Tejun Heo wrote: > Conversion to resource-managed iomap was buggy causing init failures > on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers > while on vt6420 sata_via tried to map BAR0-4 twice. Fix it. > > DO NOT APPLY YET. > --- > Markus,

[PATCH] sata_via: fix resource-managed iomap conversion

2007-02-12 Thread Tejun Heo
Conversion to resource-managed iomap was buggy causing init failures on both vt6420 and 6421 - BAR5 wasn't mapped for both controllers while on vt6420 sata_via tried to map BAR0-4 twice. Fix it. DO NOT APPLY YET. --- Markus, does this fix your problem? diff --git a/drivers/ata/sata_via.c b/driv