edac x38: new MC driver module
authorHitoshi Mitake <[email protected]>
Wed, 29 Oct 2008 21:00:50 +0000 (14:00 -0700)
committerLinus Torvalds <[email protected]>
Thu, 30 Oct 2008 18:38:45 +0000 (11:38 -0700)
commitdf8bc08c192f00f155185bfd6f052d46a728814a
tree613b51ea3e9c7b16079d70964c101c2d229b3415
parentc17dad6905fc82d8f523399e5c3f014e81d61df6
edac x38: new MC driver module

I wrote a new module for Intel X38 chipset.  This chipset is very similar
to Intel 3200 chipset, but there are some different points, so I copyed
i3200_edac.c and modified.

This is Intel's web page describing this chipset.
http://www.intel.com/Products/Desktop/Chipsets/X38/X38-overview.htm

I've tested this new module with broken memory, and it seems to be working
well.

Signed-off-by: Hitoshi Mitake <[email protected]>
Signed-off-by: Doug Thompson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/edac/Kconfig
drivers/edac/Makefile
drivers/edac/x38_edac.c [new file with mode: 0644]