diff options
author | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-08-12 08:18:30 +1000 |
commit | 7e456e9c427d48151b166bcac08c3e8a8b180f01 (patch) | |
tree | 52d4edea287a41620cc988b8f391bc2cbdae00a9 | |
parent | 4dbdeea7c9316575fba26b41fd347452e42cdcf2 (diff) |
radeon: add 0x9441 for hd 4870 x2
thanks to Michael Larabel for testing
-rw-r--r-- | src/ati_pciids_gen.h | 1 | ||||
-rw-r--r-- | src/pcidb/ati_pciids.csv | 1 | ||||
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_chipset_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 1da8f1f4..633c5d3a 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -332,6 +332,7 @@ #define PCI_CHIP_R600_940B 0x940B #define PCI_CHIP_R600_940F 0x940F #define PCI_CHIP_RV770_9440 0x9440 +#define PCI_CHIP_RV770_9441 0x9441 #define PCI_CHIP_RV770_9442 0x9442 #define PCI_CHIP_RV610_94C0 0x94C0 #define PCI_CHIP_RV610_94C1 0x94C1 diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv index 364f4e1c..07e71a3d 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -333,6 +333,7 @@ "0x940B","R600_940B","R600",,,,,,"ATI FireGL V8600" "0x940F","R600_940F","R600",,,,,,"ATI FireGL V7600" "0x9440","RV770_9440","RV770",,,,,,"ATI Radeon 4800 Series" +"0x9441","RV770_9441","RV770",,,,,,"ATI Radeon HD 4870 x2" "0x9442","RV770_9442","RV770",,,,,,"ATI Radeon 4800 Series" "0x94C0","RV610_94C0","RV610",,,,,,"ATI RV610" "0x94C1","RV610_94C1","RV610",,,,,,"ATI Radeon HD 2400 XT" diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index 0d7d085c..daaf7171 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -252,6 +252,7 @@ RADEONCardInfo RADEONCards[] = { { 0x940B, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, { 0x940F, CHIP_FAMILY_R600, 0, 0, 0, 0, 0 }, { 0x9440, CHIP_FAMILY_RV770, 0, 0, 0, 0, 0 }, + { 0x9441, CHIP_FAMILY_RV770, 0, 0, 0, 0, 0 }, { 0x9442, CHIP_FAMILY_RV770, 0, 0, 0, 0, 0 }, { 0x94C0, CHIP_FAMILY_RV610, 0, 0, 0, 0, 0 }, { 0x94C1, CHIP_FAMILY_RV610, 0, 0, 0, 0, 0 }, diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 96b60e95..79b094a5 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -252,6 +252,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_R600_940B, "ATI FireGL V8600" }, { PCI_CHIP_R600_940F, "ATI FireGL V7600" }, { PCI_CHIP_RV770_9440, "ATI Radeon 4800 Series" }, + { PCI_CHIP_RV770_9441, "ATI Radeon HD 4870 x2" }, { PCI_CHIP_RV770_9442, "ATI Radeon 4800 Series" }, { PCI_CHIP_RV610_94C0, "ATI RV610" }, { PCI_CHIP_RV610_94C1, "ATI Radeon HD 2400 XT" }, diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index f24deb56..ff1801f9 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -252,6 +252,7 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_R600_940B, PCI_CHIP_R600_940B, RES_SHARED_VGA }, { PCI_CHIP_R600_940F, PCI_CHIP_R600_940F, RES_SHARED_VGA }, { PCI_CHIP_RV770_9440, PCI_CHIP_RV770_9440, RES_SHARED_VGA }, + { PCI_CHIP_RV770_9441, PCI_CHIP_RV770_9441, RES_SHARED_VGA }, { PCI_CHIP_RV770_9442, PCI_CHIP_RV770_9442, RES_SHARED_VGA }, { PCI_CHIP_RV610_94C0, PCI_CHIP_RV610_94C0, RES_SHARED_VGA }, { PCI_CHIP_RV610_94C1, PCI_CHIP_RV610_94C1, RES_SHARED_VGA }, diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index aa19d6a6..d650f9f8 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -252,6 +252,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_R600_940B, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_R600_940F, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9440, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV770_9441, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV770_9442, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C0, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C1, 0 ), |