From 28f96eeafc89643d411d54c258788a8573576127 Mon Sep 17 00:00:00 2001
From: Andrew Morton <akpm@linux-foundation.org>
Date: Thu, 19 Jul 2007 01:49:45 -0700
Subject: [PATCH] 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>
---
 drivers/edac/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
 config EDAC_I82443BXGX
 	tristate "Intel 82443BX/GX (440BX/GX)"
 	depends on EDAC_MM_EDAC && PCI && X86_32
+	depends on BROKEN
 	help
 	  Support for error detection and correction on the Intel
 	  82443BX/GX memory controllers (440BX/GX chipsets).
-- 
2.20.1