Only do MRS to addresses at 1d0. The xor of the MRS was causing real problems.

This commit is contained in:
Ronald G. Minnich 2000-11-17 19:41:17 +00:00
parent 1667cd2976
commit 29e4d00002

View file

@ -95,9 +95,11 @@ spd_set_nbxcfg_done:
#define DIMM_READ \
addl %ebx, %eax ; \
movl (%eax), %edx ; \
movl (%eax), %edx /* end it here -- see if that fixes */
#if 0
xorl $0xdff8, %eax ; \
movl (%eax), %edx
#endif
#define DIMM0_READ DIMM0_BASE ; DIMM_READ
#define DIMM1_READ DIMM_BASE(1) ; DIMM_READ