* [PATCH] Add missing configure calls to intel agp resume code.
@ 2005-02-05 21:18 Nigel Cunningham
0 siblings, 0 replies; only message in thread
From: Nigel Cunningham @ 2005-02-05 21:18 UTC (permalink / raw)
To: yust, Linux Kernel Mailing List, Andrew Morton
Hi.
Signed-off by: Nigel Cunningham <ncunningham@linuxmail.org>
-----Forwarded Message-----
From: Alex Yustasov <yust@anti-leasure.ru>
To: softwaresuspend-help@lists.berlios.de
Fix for resume on i850. Maybe for i855GM.
--- 2.6.10/drivers/char/agp/intel-agp.c.orig 2004-12-25 00:34:45 +0300
+++ 2.6.10/drivers/char/agp/intel-agp.c 2005-01-10 15:18:43 +0300
@@ -1727,12 +1727,16 @@
if (bridge->driver == &intel_generic_driver)
intel_configure();
+ else if (bridge->driver == &intel_850_driver)
+ intel_850_configure();
else if (bridge->driver == &intel_845_driver)
intel_845_configure();
else if (bridge->driver == &intel_830mp_driver)
intel_830mp_configure();
else if (bridge->driver == &intel_915_driver)
intel_i915_configure();
+ else if (bridge->driver == &intel_830_driver)
+ intel_i830_configure();
return 0;
}
_______________________________________________
SoftwareSuspend-help mailing list
SoftwareSuspend-help@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/softwaresuspend-help
--
Nigel Cunningham
Software Engineer, Canberra, Australia
http://www.cyclades.com
Ph: +61 (2) 6292 8028 Mob: +61 (417) 100 574
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-05 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-05 21:18 [PATCH] Add missing configure calls to intel agp resume code Nigel Cunningham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox