From: Nicolas Aspert <Nicolas.Aspert@bluewin.ch>
To: Didier Moens <moensd@xs4all.be>
Cc: linux-kernel@vger.kernel.org
Subject: Re: OOPS in APM 2.4.18-pre4 with i830MP agpgart
Date: Fri, 18 Jan 2002 21:39:16 +0100 [thread overview]
Message-ID: <3C4887F4.6B410959@bluewin.ch> (raw)
In-Reply-To: <3C487E68.1000404@xs4all.be>
Hello again
Here is a small patch (against 2.4.18-pre2 since I don't have the latest
18-pre at hand) that should fix your the problem. It may not apply
cleanly but that's all I can do at the moment.
Sorry again for my mistake.
Best regards
Nicolas.
--- agpgart_be.c Fri Jan 18 21:37:43 2002
+++ agpgart_be.c_correct Fri Jan 18 21:39:02 2002
@@ -1400,7 +1400,6 @@
agp_bridge.free_by_type = intel_i810_free_by_type;
agp_bridge.agp_alloc_page = agp_generic_alloc_page;
agp_bridge.agp_destroy_page = agp_generic_destroy_page;
-
agp_bridge.suspend = agp_generic_suspend;
agp_bridge.resume = agp_generic_resume;
agp_bridge.cant_use_aperture = 0;
@@ -1857,7 +1856,10 @@
agp_bridge.free_by_type = agp_generic_free_by_type;
agp_bridge.agp_alloc_page = agp_generic_alloc_page;
agp_bridge.agp_destroy_page = agp_generic_destroy_page;
-
+ agp_bridge.suspend = agp_generic_suspend;
+ agp_bridge.resume = agp_generic_resume;
+ agp_bridge.cant_use_aperture = 0;
+
return 0;
(void) pdev; /* unused */
@@ -1887,7 +1889,9 @@
agp_bridge.free_by_type = agp_generic_free_by_type;
agp_bridge.agp_alloc_page = agp_generic_alloc_page;
agp_bridge.agp_destroy_page = agp_generic_destroy_page;
-
+ agp_bridge.suspend = agp_generic_suspend;
+ agp_bridge.resume = agp_generic_resume;
+ agp_bridge.cant_use_aperture = 0;
return 0;
(void) pdev; /* unused */
next prev parent reply other threads:[~2002-01-18 20:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-18 19:58 OOPS in APM 2.4.18-pre4 with i830MP agpgart Didier Moens
2002-01-18 20:25 ` Alan Cox
2002-01-18 20:25 ` Nicolas Aspert
2002-01-18 20:28 ` Dave Jones
2002-01-18 20:40 ` Didier Moens
2002-01-18 20:39 ` Nicolas Aspert [this message]
2002-01-19 8:44 ` [PATCH]Re: " Nicolas Aspert
2002-01-19 21:50 ` Didier Moens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C4887F4.6B410959@bluewin.ch \
--to=nicolas.aspert@bluewin.ch \
--cc=Nicolas.Aspert@epfl.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=moensd@xs4all.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox