diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2012-03-20 19:57:53 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2012-03-20 19:57:53 -0400 |
commit | 6ed191c33caa33c12c2c6dafcba3a5ab1bf4a02f (patch) | |
tree | dd060e5d5fa6b50016e3bcbd75e64686e21da25b /src/ati_pciids_gen.h | |
parent | 55d65fcf33eb383e3fbc7a1d469ab68a70a7ab37 (diff) |
radeon/kms: add TN pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 82da6181..77e41ac8 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -589,3 +589,10 @@ #define PCI_CHIP_CAICOS_6778 0x6778 #define PCI_CHIP_CAICOS_6779 0x6779 #define PCI_CHIP_CAICOS_677B 0x677B +#define PCI_CHIP_ARUBA_9900 0x9900 +#define PCI_CHIP_ARUBA_9901 0x9901 +#define PCI_CHIP_ARUBA_9903 0x9903 +#define PCI_CHIP_ARUBA_9904 0x9904 +#define PCI_CHIP_ARUBA_990f 0x990f +#define PCI_CHIP_ARUBA_9990 0x9990 +#define PCI_CHIP_ARUBA_9991 0x9991 |