From: Ben Hutchings Date: Wed, 24 Mar 2010 03:36:31 +0000 (+0000) Subject: amd64-agp: Probe unknown AGP devices the right way X-Git-Tag: v2.6.35-rc1~451^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd024893911dcb51b4a0aa71971db5ba38f7071;p=pandora-kernel.git amd64-agp: Probe unknown AGP devices the right way The current initialisation code probes 'unsupported' AGP devices simply by calling its own probe function. It does not lock these devices or even check whether another driver is already bound to them. We must use the device core to manage this. So if the specific device id table didn't match anything and agp_try_unsupported=1, switch the device id table and call driver_attach() again. Signed-off-by: Ben Hutchings Signed-off-by: Dave Airlie --- Reading git-diff-tree failed