On Mon, May 21, 2007 at 04:02:07PM -0400, Ward Vandewege wrote:
Ah, I did not. I tried adding it to the mainboard Options.lb:
--- Options.lb (revision 2680) +++ Options.lb (working copy) @@ -85,6 +85,7 @@ uses HW_MEM_HOLE_SIZEK uses HW_MEM_HOLE_SIZE_AUTO_INC uses K8_HT_FREQ_1G_SUPPORT +uses K8_REV_F_SUPPORT
uses HT_CHAIN_UNITID_BASE uses HT_CHAIN_END_UNITID_BASE @@ -209,6 +210,9 @@ #Opteron K8 1G HT Support default K8_HT_FREQ_1G_SUPPORT=1
+#Opteron Rev F (DDR2) support +default K8_REV_F_SUPPORT=1
But that did not seem to have any effect. Is this the right place?
Uhm, never mind that. I was modifying a different source tree than the one I was building :(
It works fine:
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
I'll ack Sven's patch, and submit a patch for the m57sli's Options.lb.
Thanks, Ward.