[PATCH 4/36] drivers edac add new RDDR2 memory type

From: Doug Thompson
Date: Sun Jun 03 2007 - 10:40:28 EST


From: Douglas Thompson <dougthompson@xxxxxxxxxxxx>

Add Registered RDDR2 memory types for displaying DDR2 memories



Signed-off-by: Douglas Thompson <dougthompson@xxxxxxxxxxxx>
---
k8_edac.c | 8 ++++++++
1 file changed, 8 insertions(+)

Index: linux-2.6.20-rc3-mm1/drivers/edac/edac_mc.h
===================================================================
--- linux-2.6.20-rc3-mm1.orig/drivers/edac/edac_mc.h
+++ linux-2.6.20-rc3-mm1/drivers/edac/edac_mc.h
@@ -126,6 +126,7 @@ enum mem_type {
MEM_RMBS, /* Rambus DRAM */
MEM_DDR2, /* DDR2 RAM */
MEM_FB_DDR2, /* fully buffered DDR2 */
+ MEM_RDDR2, /* Registered DDR2 RAM */
};

#define MEM_FLAG_EMPTY BIT(MEM_EMPTY)
@@ -141,6 +142,7 @@ enum mem_type {
#define MEM_FLAG_RMBS BIT(MEM_RMBS)
#define MEM_FLAG_DDR2 BIT(MEM_DDR2)
#define MEM_FLAG_FB_DDR2 BIT(MEM_FB_DDR2)
+#define MEM_FLAG_RDDR2 BIT(MEM_RDDR2)

/* chipset Error Detection and Correction capabilities and mode */
enum edac_type {

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