Re: OOPS in APM 2.4.18-pre4 with i830MP agpgart

Dave Jones (davej@suse.de)
Fri, 18 Jan 2002 21:28:43 +0100


On Fri, Jan 18, 2002 at 08:25:19PM +0000, Alan Cox wrote:
> > Unfortunately, loading agpgart yields an oops when APM ("apm -s") is
> > invoked, both in terminal and in X. APM functions perfectly when agpgart
> > is absent.
> Looks like the author forgot to set the suspend/resume methods in the
> structure to the generic ones

1373 static int __init intel_i830_setup(struct pci_dev *i830_dev)
1374 {
1375 intel_i830_private.i830_dev = i830_dev;
1376
...
1404 agp_bridge.suspend = agp_generic_suspend;
1405 agp_bridge.resume = agp_generic_resume;

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/