From: Wang Zhenyu Date: Thu, 21 Jun 2007 05:43:18 +0000 (+0800) Subject: [AGPGART] intel_agp: don't load if no IGD and AGP port X-Git-Tag: v2.6.22-rc6~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d46379eb66278107947729e34a833c76dca252;p=pandora-kernel.git [AGPGART] intel_agp: don't load if no IGD and AGP port After i915 chip, GMCH has no AGP port. Origin bridge driver in device table will try to access illegal regs like APBASE, APSIZE, etc. This may cause problem. So mark them as NULL in the table, we won't load if no IGD got detect and bridge has no AGP port. Signed-off-by: Wang Zhenyu Signed-off-by: Dave Jones --- Reading git-diff-tree failed