diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-19 05:10:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-19 05:10:39 -0800 |
| commit | 21c7c9d2356d2ebe5c47f29aec33ecc040f418ad (patch) | |
| tree | 35bd40d087c3313c48d56a5cc2488ed757a6a9fb /include/linux | |
| parent | 490d4075866f7991dea333e020415fcfaaf1da9f (diff) | |
[PATCH] Identify RADEON Yd in radeonfb
From: Bernardo Innocenti <bernie@develer.com>
Identify a recent Radeon video card in radeonfb.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 86d2bbccd9ea..4dba6ec06e3a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -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) */ |
