Amd k8 northbridge.c line 717
for(i = 0; i < 7; i++) {
is it shoule be 8 instead of 7?
Regards
YH
-----Original Message----- From: ebiederman@lnxi.com [mailto:ebiederman@lnxi.com] Sent: Wednesday, October 27, 2004 10:10 AM To: Ronald G. Minnich Cc: LinuxBIOS Subject: Re: [COMMI] Merge recover status...
"Ronald G. Minnich" rminnich@lanl.gov writes:
On Wed, 27 Oct 2004, Eric W. Biederman wrote:
The one remaining x86 gotcha is likely adding support for the via c3 and the transmeta TM5800 cpus that it looks like we try and support. It looks like we have a lot of ports that were started and not completed :(
yes, transmeta refused to help with the details of DDR on the new cpu, in spite of promises to do so, hence that effort (with a 3rd party) ended.
A shame.
Yes. Somehow I would have suspected the procedure would have been the same, or simpler though. Dump the SPD values from the DIMMs into the northbridge.
Eric _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
YhLu YhLu@tyan.com writes:
Amd k8 northbridge.c line 717
for(i = 0; i < 7; i++) {
is it shoule be 8 instead of 7?
Yes. Thanks for catching that.
Eric