All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas ASPERT <Nicolas.Aspert@epfl.ch>
To: Margit Schubert-While <margitsw@t-online.de>
Cc: davej@suse.de, faith@redhat.com, linux-kernel@vger.kernel.org,
	dri-devel@lists.sourceforge.net
Subject: Re: 2.4.20 AGP for I845 wrong ?
Date: Wed, 11 Dec 2002 13:16:53 +0100	[thread overview]
Message-ID: <3DF72CB5.3010202@epfl.ch> (raw)
In-Reply-To: <fa.jjk71mv.1kja10g@ifi.uio.no>

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

Ooops... the patch I sent for 2.5.51 is wrong, since there I added a 
INTEL_I845 instead of a INTEL_I845_G (I know vim *does* weird things in 
my back 8-)

Here is the correct one...

Regards

Nicolas.
-- 
Nicolas Aspert      Signal Processing Institute (ITS)
Swiss Federal Institute of Technology (EPFL)

[-- Attachment #2: intelchipset-id-2.5.51.diff --]
[-- Type: text/plain, Size: 856 bytes --]

diff -ru linux-2.5.51.clean/drivers/char/drm/drm_agpsupport.h linux-2.5.51/drivers/char/drm/drm_agpsupport.h
--- linux-2.5.51.clean/drivers/char/drm/drm_agpsupport.h	Tue Dec 10 03:45:39 2002
+++ linux-2.5.51/drivers/char/drm/drm_agpsupport.h	Wed Dec 11 12:55:08 2002
@@ -271,10 +271,12 @@
 #if LINUX_VERSION_CODE >= 0x02040f /* KERNEL_VERSION(2,4,15) */
 	 	case INTEL_I820:	head->chipset = "Intel i820";	 break;
 #endif
+		case INTEL_I830_M:	head->chipset = "Intel i830M";	 break;
 		case INTEL_I840:	head->chipset = "Intel i840";    break;
 #if LINUX_VERSION_CODE >= 0x02040f /* KERNEL_VERSION(2,4,15) */
 		case INTEL_I845:	head->chipset = "Intel i845";    break;
 #endif
+		case INTEL_I845_G:	head->chipset = "Intel i845G";	 break;
 		case INTEL_I850:	head->chipset = "Intel i850";	 break;
 		case INTEL_460GX:	head->chipset = "Intel 460GX";	 break;
 

  parent reply	other threads:[~2002-12-11 12:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.jjk71mv.1kja10g@ifi.uio.no>
2002-12-11 12:07 ` 2.4.20 AGP for I845 wrong ? Nicolas ASPERT
2002-12-11 12:20   ` Dave Jones
2002-12-11 12:26     ` Nicolas ASPERT
2002-12-11 12:38     ` [Dri-devel] " Keith Whitwell
2002-12-11 12:45     ` Keith Whitwell
2002-12-11 13:05       ` Dave Jones
2002-12-11 13:40         ` Keith Whitwell
2002-12-12  1:58   ` David Dawes
2002-12-12  8:57     ` Nicolas ASPERT
2002-12-11 12:16 ` Nicolas ASPERT [this message]
2002-12-20 15:09 Margit Schubert-While
  -- strict thread matches above, loose matches on Subject: below --
2002-12-10 18:42 Margit Schubert-While

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=3DF72CB5.3010202@epfl.ch \
    --to=nicolas.aspert@epfl.ch \
    --cc=davej@suse.de \
    --cc=dri-devel@lists.sourceforge.net \
    --cc=faith@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=margitsw@t-online.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.