Re: 2.6.7-rc3: nforce2, no C1 disconnect fixup applied

From: Lars
Date: Thu Jun 10 2004 - 18:42:06 EST


aha! just learned something new :)
looks good to me.


thanks again for your time,
lars


>> its my understanding that
>> 0x9F01FF01 enables c1 and fix
>> 0x0F01FF01 disables c1, enables fix
>> 0x0F0FFF01 disables c1 and fix
>>
>> am i right ?
>
> Yes but doing & should always give the right result:
> 0x0F0FFF01 & 0x9F01FF01 -> 0x0F01FF01
> (disabled -> disabled + fix)
> 0x9F0FFF01 & 0x9F01FF01 -> 0x9F01FF01
> (enabled -> enabled + fix)
> ...


-
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/