On Fri, May 25, 2007 at 12:23:25AM +0400, Sergei Shtylyov wrote:

>> HPT36x chip don't seem to have the channel enable bits, so prevent the
>> IDE core from checking them...

>    Actually it does, but the bit is different. :-/
> 
>>      d->channels = 1;
>> +    d->enablebits[0].reg = 0;
> 
>    Linas, Andries, Michal, cound you try this instead:
> 
>       d->enablebits[0].mask = d->enablebits[0].val = 0x10;

OK, tried, works fine.

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to