
From: Andi Kleen <ak@muc.de>

G400 DRM seems to be crashing the machine on x86-64.  Disable in Kconfig
for now.



---

 drivers/char/drm/Kconfig |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff -puN drivers/char/drm/Kconfig~disable-G400-DRM-on-x86_64 drivers/char/drm/Kconfig
--- 25/drivers/char/drm/Kconfig~disable-G400-DRM-on-x86_64	2004-01-09 01:27:09.000000000 -0800
+++ 25-akpm/drivers/char/drm/Kconfig	2004-01-09 01:27:09.000000000 -0800
@@ -64,10 +64,9 @@ config DRM_I830
 	  module will be called i830.  AGP support is required for this driver
 	  to work.
 
-
 config DRM_MGA
 	tristate "Matrox g200/g400"
-	depends on DRM && AGP
+	depends on DRM && AGP && (!X86_64 || BROKEN)
 	help
 	  Choose this option if you have a Matrox G200, G400 or G450 graphics
 	  card.  If M is selected, the module will be called mga.  AGP

_
