Re: [PATCH] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-01 Thread Tejun Heo
Hello, Alan. Alan Cox wrote: > If you have a controller with one channel disabled and unmapped the new > iomap code blindly tries to iomap unconfigured BARs. Later on the code > does the right thing and checks for unmapped bars but it is done in the > wrong order > > Reorder the checks and make t

[PATCH] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-01 Thread Alan Cox
If you have a controller with one channel disabled and unmapped the new iomap code blindly tries to iomap unconfigured BARs. Later on the code does the right thing and checks for unmapped bars but it is done in the wrong order Reorder the checks and make the iomap conditional Tejun: I think the c