diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-03-02 19:38:04 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-03-02 19:38:04 -0500 |
commit | 6319a33cb7bd8dba1eaf47bee1e2608cee5d7600 (patch) | |
tree | 4bbff54e09d59a708be44ba5bf7327cabca358ab /src/ati_pciids_gen.h | |
parent | fd65def45a57e3242596274d270791df8abc8e29 (diff) |
kms: add cayman 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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index f7b75693..598dd725 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -500,6 +500,20 @@ #define PCI_CHIP_CEDAR_68F8 0x68F8 #define PCI_CHIP_CEDAR_68F9 0x68F9 #define PCI_CHIP_CEDAR_68FE 0x68FE +#define PCI_CHIP_CAYMAN_6700 0x6700 +#define PCI_CHIP_CAYMAN_6701 0x6701 +#define PCI_CHIP_CAYMAN_6702 0x6702 +#define PCI_CHIP_CAYMAN_6703 0x6703 +#define PCI_CHIP_CAYMAN_6704 0x6704 +#define PCI_CHIP_CAYMAN_6705 0x6705 +#define PCI_CHIP_CAYMAN_6706 0x6706 +#define PCI_CHIP_CAYMAN_6707 0x6707 +#define PCI_CHIP_CAYMAN_6708 0x6708 +#define PCI_CHIP_CAYMAN_6709 0x6709 +#define PCI_CHIP_CAYMAN_6718 0x6718 +#define PCI_CHIP_CAYMAN_6719 0x6719 +#define PCI_CHIP_CAYMAN_671C 0x671C +#define PCI_CHIP_CAYMAN_671D 0x671D #define PCI_CHIP_BARTS_6720 0x6720 #define PCI_CHIP_BARTS_6721 0x6721 #define PCI_CHIP_BARTS_6722 0x6722 |