diff options
| author | Dave Jones <davej@redhat.com> | 2004-01-07 14:53:58 +0000 |
|---|---|---|
| committer | Dave Jones <davej@delerium.codemonkey.org.uk> | 2004-01-07 14:53:58 +0000 |
| commit | 3115b7080c9f03e28c82af7eae0bd8f9a278fc77 (patch) | |
| tree | 4478a60ef87edabcbb94ad75db35de8dfef9eb22 /include/linux | |
| parent | 6fe1cef693f6bc85435c249b68a2a367795f3148 (diff) | |
[AGPGART] Add support for Radeon IGP345M to ATI GART driver.
Also consolidate a bunch of convoluted if's into a single
"is this an r200 or r300" function.
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 62fbfadc39c8..074323455323 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -325,6 +325,7 @@ /* RadeonIGP */ #define PCI_DEVICE_ID_ATI_RS100 0xcab0 #define PCI_DEVICE_ID_ATI_RS200 0xcab2 +#define PCI_DEVICE_ID_ATI_RS200_B 0xcbb3 #define PCI_DEVICE_ID_ATI_RS250 0xcab3 #define PCI_DEVICE_ID_ATI_RS300_100 0x5830 #define PCI_DEVICE_ID_ATI_RS300_133 0x5831 |
