On Fri, 2 Nov 2007, Corey Osgood wrote:
Peter Stuge wrote:
On Fri, Nov 02, 2007 at 01:30:25PM -0400, Corey Osgood wrote:
+++ src/include/spd.h (working copy) @@ -105,6 +105,7 @@ #define SPD_MEMORY_TYPE_SGRAM_DDR 6 #define SPD_MEMORY_TYPE_SDRAM_DDR 7 #define SPD_MEMORY_TYPE_SDRAM_DDR2 8 +#define SPD_MEMORY_TYPE_SDRAM_DDR3 0xb
Looks like bad whitespace, but that's a separate patch.
Weird, it looks fine in the file.
The 4th #define line has a tab chr right after the DDR3 while the first 3 #define lines have only space chrs.
Russ