lkml.org 
[lkml]   [2007]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 4/36] drivers edac add new RDDR2 memory type
From: Douglas Thompson <dougthompson@xmission.com>

Add Registered RDDR2 memory types for displaying DDR2 memories



Signed-off-by: Douglas Thompson <dougthompson@xmission.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-06-03 16:43    [W:0.026 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site