Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Jan 2002 15:29:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Jan 2002 15:28:57 -0500 Received: from ns.suse.de ([213.95.15.193]:56068 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Fri, 18 Jan 2002 15:28:51 -0500 Date: Fri, 18 Jan 2002 21:28:43 +0100 From: Dave Jones To: Alan Cox Cc: Didier Moens , linux-kernel@vger.kernel.org, Nicolas Aspert Subject: Re: OOPS in APM 2.4.18-pre4 with i830MP agpgart Message-ID: <20020118212843.A6416@suse.de> Mail-Followup-To: Dave Jones , Alan Cox , Didier Moens , linux-kernel@vger.kernel.org, Nicolas Aspert In-Reply-To: <3C487E68.1000404@xs4all.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from alan@lxorguk.ukuu.org.uk on Fri, Jan 18, 2002 at 08:25:19PM +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/