* [PATCH 7/36] drivers edac add mc sysfs missing mem types
@ 2007-06-03 14:40 Doug Thompson
0 siblings, 0 replies; only message in thread
From: Doug Thompson @ 2007-06-03 14:40 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, Alan Cox
From: Dave Jiang <djiang@mvista.com>
Adding missing mem types for use in the sysfs presentation file for
Memory Controller device objects.
Signed-off-by: Dave Jiang <djiang@mvista.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
edac_mc_sysfs.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
Index: linux-mm/drivers/edac/edac_mc_sysfs.c
===================================================================
--- linux-mm.orig/drivers/edac/edac_mc_sysfs.c
+++ linux-mm/drivers/edac/edac_mc_sysfs.c
@@ -67,7 +67,10 @@ static const char *mem_types[] = {
[MEM_RDR] = "Registered-SDR",
[MEM_DDR] = "Unbuffered-DDR",
[MEM_RDDR] = "Registered-DDR",
- [MEM_RMBS] = "RMBS"
+ [MEM_RMBS] = "RMBS",
+ [MEM_DDR2] = "Unbuffered-DDR2",
+ [MEM_FB_DDR2] = "FullyBuffered-DDR2",
+ [MEM_RDDR2] = "Registered-DDR2"
};
static const char *dev_types[] = {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-03 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-03 14:40 [PATCH 7/36] drivers edac add mc sysfs missing mem types Doug Thompson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®