From: Bernardo Innocenti <bernie@develer.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: ajoshi@shell.unixbox.com, Andrew Morton <akpm@osdl.org>
Subject: [PATCH] Identify RADEON Yd in radeonfb
Date: Wed, 07 Jan 2004 05:42:21 +0100 [thread overview]
Message-ID: <3FFB8E2D.1070406@develer.com> (raw)
Hello,
identify a recent Radeon video card in radeonfb.
Please, apply.
diff -Nrup linux-2.6.0-1.24/include/linux/pci_ids.h linux-2.6.0-1.23/include/linux/pci_ids.h
--- linux-2.6.0-1.24/include/linux/pci_ids.h 2004-01-05 17:43:45.000000000 +0100
+++ linux-2.6.0-1.24/include/linux/pci_ids.h 2004-01-05 01:16:18.000000000 +0100
@@ -291,6 +291,7 @@
#define PCI_DEVICE_ID_ATI_RADEON_Ig 0x4967
/* Radeon RV280 (9200) */
#define PCI_DEVICE_ID_ATI_RADEON_Y_ 0x5960
+#define PCI_DEVICE_ID_ATI_RADEON_Yd 0x5964
/* Radeon R300 (9500) */
#define PCI_DEVICE_ID_ATI_RADEON_AD 0x4144
/* Radeon R300 (9700) */
diff -Nrup linux-2.6.0-1.24/drivers/video/radeonfb.c linux-2.6.0-1.23/drivers/video/radeonfb.c
--- linux-2.6.0-1.24/drivers/video/radeonfb.c 2003-12-18 03:59:44.000000000 +0100
+++ linux-2.6.0-1.24/drivers/video/radeonfb.c 2004-01-07 05:29:44.418248063 +0100
@@ -114,6 +114,7 @@ enum radeon_chips {
RADEON_Ie,
RADEON_If,
RADEON_Ig,
+ RADEON_Yd,
RADEON_Ld,
RADEON_Le,
RADEON_Lf,
@@ -207,6 +208,7 @@ static struct pci_device_id radeonfb_pci
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Ie, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Ie},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_If, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_If},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Ig, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Ig},
+ { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Yd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Yd},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Ld, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Ld},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Le, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Le},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_Lf, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RADEON_Lf},
--
// Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/ http://www.develer.com/
reply other threads:[~2004-01-07 4:42 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=3FFB8E2D.1070406@develer.com \
--to=bernie@develer.com \
--cc=ajoshi@shell.unixbox.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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.