[<prev] [next>] [day] [month] [year] [list]
Message-ID: <301918.82511.qm@web50104.mail.re2.yahoo.com>
Date: Sun, 3 Jun 2007 07:39:35 -0700 (PDT)
From: Doug Thompson <norsk5@...oo.com>
To: linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>,
Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: [PATCH 4/36] drivers edac add new RDDR2 memory type
From: Douglas Thompson <dougthompson@...ssion.com>
Add Registered RDDR2 memory types for displaying DDR2 memories
Signed-off-by: Douglas Thompson <dougthompson@...ssion.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists