diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-07-19 01:49:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 10:04:53 -0700 |
commit | 28f96eeafc89643d411d54c258788a8573576127 (patch) | |
tree | 34c5781dab6408ebff28d2f2f230961ee88c9da4 | |
parent | 5a2c675c891960f86c025d4ab3d3904364bf4f96 (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>
-rw-r--r-- | drivers/edac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index b56e4782f31..e8c4a2bedaa 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). |