]> git.baikalelectronics.ru Git - kernel.git/commit
edac x38: new MC driver module
authorHitoshi Mitake <mitake@clustcom.com>
Wed, 29 Oct 2008 21:00:50 +0000 (14:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Oct 2008 18:38:45 +0000 (11:38 -0700)
commitc1fa5e2f84aca747714c5586a7b0588f33db4821
tree613b51ea3e9c7b16079d70964c101c2d229b3415
parent37e13a9113d63a1f44a458bd126a9217d156d52f
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 <mitake@clustcom.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/Kconfig
drivers/edac/Makefile
drivers/edac/x38_edac.c [new file with mode: 0644]