Re: SATA ICH6M problems on Sharp M4000

From: Sergei Organov
Date: Mon Dec 05 2005 - 13:48:56 EST


Jeff Garzik <jgarzik@xxxxxxxxx> writes:
> Sergei Organov wrote:
>> Sergey Vlasov <vsu@xxxxxxxxxxx> writes:
>>
>>>On Fri, 02 Dec 2005 22:33:57 +0300 Sergei Organov wrote:
>>>
>>>
>>>>Sorry, but provided ata_piix has ignored the optical drive, couldn't
>>>>corresponding I/O resource be left free so that subsequently loaded,
>>>>say, generic-ide module is able to get over and support the drive?
>>>>
[...]
>>>See http://lkml.org/lkml/2005/10/18/167 and the reply to it :-\
>> Well, Jef's answer was:
>>
>> This is a reasonable point, but the rare person who runs modular
>> IDE on these PATA/SATA combined mode beasts can certainly tell the
>> IDE driver to not probe certain ports.
>>
>> I can say that the kernel I have problem with is from Debian
>> "testing" distribution so those "rare person" going to become quite a
>> few in the near future. Besides, Debian loads ata_piix first, then
>> IDE, so telling the IDE to ignore certain ports won't help. Though
>> one can argue that that's yet another distribution problem, I fail to
>> see a way for a distribution to overcome the problem provided it
>> doesn't know the exact hardware it will run on. No hope for
>> modularized kernel to run out of the box on given hardware?
>>
>> Jeff, is there any hope it will be fixed in the kernel.org sources,
>> or should I report the problem to Debian instead so that they consider
>> maintaining their own patch?
>
> Debian doesn't need to maintain a patch, they should load modules in the
> proper order.

Do you mean that IDE then ata_piix is the right order? If so then the
following arguments arise:

1. It still won't work out-of-the-box as some IDE ports should be
explicitly disabled depending on particular hardware to get reasonable
performance of the hard-drive (changing of device name from hd to sd at
this point is another trouble). I don't think it's an acceptable
solution for a distribution kernel.

2. I doubt it's a good idea for the kernel in general to depend on
particular order of loading of modules when no explicit dependencies
between the modules are specified.

3. Loading IDE first somewhat suggests IDE should be preferred over
libata. Is it indeed true? ;)

Besides, does your answer mean that it won't indeed be changed in the
official kernel or it's undecided yet?

-- Sergei.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/