linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jake Moilanen <moilanen@austin.ibm.com>
To: benh@kernel.crashing.org
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH] ATI RN50 pci id
Date: Fri, 28 Oct 2005 13:46:52 -0500	[thread overview]
Message-ID: <20051028134652.6bb2bc57.moilanen@austin.ibm.com> (raw)

Here's the PCI ID for the ATI RN50 chip.

Jake

Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com>

Index: 2.6.14/drivers/video/aty/ati_ids.h
===================================================================
--- 2.6.14.orig/drivers/video/aty/ati_ids.h	2005-03-02 01:38:04.000000000 -0600
+++ 2.6.14/drivers/video/aty/ati_ids.h	2005-10-28 12:51:14.895957225 -0500
@@ -150,6 +150,7 @@
 #define PCI_CHIP_RV200_QX		0x5158
 #define PCI_CHIP_RV100_QY		0x5159
 #define PCI_CHIP_RV100_QZ		0x515A
+#define PCI_CHIP_RN50			0x515E
 #define PCI_CHIP_RAGE128RE		0x5245
 #define PCI_CHIP_RAGE128RF		0x5246
 #define PCI_CHIP_RAGE128RG		0x5247
Index: 2.6.14/drivers/video/aty/radeon_base.c
===================================================================
--- 2.6.14.orig/drivers/video/aty/radeon_base.c	2005-10-28 09:54:59.864156837 -0500
+++ 2.6.14/drivers/video/aty/radeon_base.c	2005-10-28 12:52:32.164274339 -0500
@@ -113,6 +113,7 @@
 	/* Radeon VE/7000 */
 	CHIP_DEF(PCI_CHIP_RV100_QY, 	RV100,	CHIP_HAS_CRTC2),
 	CHIP_DEF(PCI_CHIP_RV100_QZ, 	RV100,	CHIP_HAS_CRTC2),
+	CHIP_DEF(PCI_CHIP_RN50,		RV100,	CHIP_HAS_CRTC2),	
 	/* Radeon IGP320M (U1) */
 	CHIP_DEF(PCI_CHIP_RS100_4336,	RS100,	CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
 	/* Radeon IGP320 (A3) */


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information

                 reply	other threads:[~2005-10-28 18:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20051028134652.6bb2bc57.moilanen@austin.ibm.com \
    --to=moilanen@austin.ibm.com \
    --cc=benh@kernel.crashing.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).