From ead15550100e32ad08c96be7bde2bfacaac38f64 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 17 Dec 2010 16:37:55 +0000 Subject: [PATCH] G35 is gen4 and not gen3 Signed-off-by: Chris Wilson --- src/intel_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/intel_module.c b/src/intel_module.c index 898e697..528ecf4 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -315,7 +315,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn, break; case PCI_CHIP_G35_G: chipset->name = "G35"; - chipset->info = &intel_g33_info; + chipset->info = &intel_i965_info; break; case PCI_CHIP_I965_Q: chipset->name = "965Q"; -- 1.7.2.3