Skip to content

Commit 535c6a5

Browse files
Jason UhlenkottLinus Torvalds
authored andcommitted
drivers/edac: new inte 30x0 MC driver
Here's a driver for the Intel 3000 and 3010 memory controllers, relative to today's Sourceforge code drop. This has only had light testing (I've yet to actually see it handle a memory error) but it detects my hardware correctly. Signed-off-by: Jason Uhlenkott <[email protected]> Signed-off-by: Douglas Thompson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c419270 commit 535c6a5

File tree

4 files changed

+502
-0
lines changed

4 files changed

+502
-0
lines changed

drivers/edac/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ config EDAC_I82875P
8888
Support for error detection and correction on the Intel
8989
DP82785P and E7210 server chipsets.
9090

91+
config EDAC_I3000
92+
tristate "Intel 3000/3010"
93+
depends on EDAC_MM_EDAC && PCI && X86_32
94+
help
95+
Support for error detection and correction on the Intel
96+
3000 and 3010 server chipsets.
97+
9198
config EDAC_I82860
9299
tristate "Intel 82860"
93100
depends on EDAC_MM_EDAC && PCI && X86_32

drivers/edac/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
2020
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
2121
obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
2222
obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
23+
obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
2324
obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
2425
obj-$(CONFIG_EDAC_R82600) += r82600_edac.o
2526

0 commit comments

Comments
 (0)