aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-07-19 04:49:45 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-19 13:04:53 -0400
commit28f96eeafc89643d411d54c258788a8573576127 (patch)
tree34c5781dab6408ebff28d2f2f230961ee88c9da4 /drivers
parent5a2c675c891960f86c025d4ab3d3904364bf4f96 (diff)
drivers/edac-new-i82443bxgz-mc-driver: mark as broken
It will claim the PCI devices from under intel_agp.ko's feet. Greg is brewing some fix for that. Cc: Douglas Thompson <dougthompson@xmission.com> Cc: Tim Small <tim@buttersideup.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/edac/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index b56e4782f317..e8c4a2bedaa1 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -76,6 +76,7 @@ config EDAC_E752X
76config EDAC_I82443BXGX 76config EDAC_I82443BXGX
77 tristate "Intel 82443BX/GX (440BX/GX)" 77 tristate "Intel 82443BX/GX (440BX/GX)"
78 depends on EDAC_MM_EDAC && PCI && X86_32 78 depends on EDAC_MM_EDAC && PCI && X86_32
79 depends on BROKEN
79 help 80 help
80 Support for error detection and correction on the Intel 81 Support for error detection and correction on the Intel
81 82443BX/GX memory controllers (440BX/GX chipsets). 82 82443BX/GX memory controllers (440BX/GX chipsets).