diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-03 13:31:19 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-03-03 13:31:19 -0500 |
commit | 14aff767490c253cbcdd411f812e50b91673119e (patch) | |
tree | a468118fd79a4a9d4f6a3ff59b3d944b7f267c9e /src | |
parent | e6dc886634b38e4a36af7b5f0b23299d5acd7244 (diff) |
radeon: add new RS880 pci id
Diffstat (limited to 'src')
-rw-r--r-- | src/ati_pciids_gen.h | 1 | ||||
-rw-r--r-- | src/pcidb/ati_pciids.csv | 3 | ||||
-rw-r--r-- | src/radeon_chipinfo_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_chipset_gen.h | 3 | ||||
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 1 | ||||
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 1 |
6 files changed, 8 insertions, 2 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 3dd36dad..f88b069f 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -453,6 +453,7 @@ #define PCI_CHIP_RS880_9712 0x9712 #define PCI_CHIP_RS880_9713 0x9713 #define PCI_CHIP_RS880_9714 0x9714 +#define PCI_CHIP_RS880_9715 0x9715 #define PCI_CHIP_CYPRESS_6880 0x6880 #define PCI_CHIP_CYPRESS_6888 0x6888 #define PCI_CHIP_CYPRESS_6889 0x6889 diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv index 9c72c40d..b26cf25e 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -453,7 +453,8 @@ "0x9711","RS880_9711","RS880",,1,,,1,"ATI Radeon 4100" "0x9712","RS880_9712","RS880",1,1,,,1,"ATI Mobility Radeon HD 4200" "0x9713","RS880_9713","RS880",1,1,,,1,"ATI Mobility Radeon 4100" -"0x9714","RS880_9714","RS880",,1,,,1,"ATI RS880" +"0x9714","RS880_9714","RS880",,1,,,1,"ATI Radeon HD 4290" +"0x9715","RS880_9715","RS880",,1,,,1,"ATI Radeon HD 4290" "0x6880","CYPRESS_6880","CYPRESS",1,,,,,"CYPRESS" "0x6888","CYPRESS_6888","CYPRESS",,,,,,"ATI FirePro (FireGL) Graphics Adapter" "0x6889","CYPRESS_6889","CYPRESS",,,,,,"ATI FirePro (FireGL) Graphics Adapter" diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index bdbd358b..0f537900 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -373,6 +373,7 @@ static RADEONCardInfo RADEONCards[] = { { 0x9712, CHIP_FAMILY_RS880, 1, 1, 0, 0, 1 }, { 0x9713, CHIP_FAMILY_RS880, 1, 1, 0, 0, 1 }, { 0x9714, CHIP_FAMILY_RS880, 0, 1, 0, 0, 1 }, + { 0x9715, CHIP_FAMILY_RS880, 0, 1, 0, 0, 1 }, { 0x6880, CHIP_FAMILY_CYPRESS, 1, 0, 0, 0, 0 }, { 0x6888, CHIP_FAMILY_CYPRESS, 0, 0, 0, 0, 0 }, { 0x6889, CHIP_FAMILY_CYPRESS, 0, 0, 0, 0, 0 }, diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index da0d3b4a..7b74d7ef 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -372,7 +372,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS880_9711, "ATI Radeon 4100" }, { PCI_CHIP_RS880_9712, "ATI Mobility Radeon HD 4200" }, { PCI_CHIP_RS880_9713, "ATI Mobility Radeon 4100" }, - { PCI_CHIP_RS880_9714, "ATI RS880" }, + { PCI_CHIP_RS880_9714, "ATI Radeon HD 4290" }, + { PCI_CHIP_RS880_9715, "ATI Radeon HD 4290" }, { PCI_CHIP_CYPRESS_6880, "CYPRESS" }, { PCI_CHIP_CYPRESS_6888, "ATI FirePro (FireGL) Graphics Adapter" }, { PCI_CHIP_CYPRESS_6889, "ATI FirePro (FireGL) Graphics Adapter" }, diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 1f1b97ee..8afa10da 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -373,6 +373,7 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RS880_9712, PCI_CHIP_RS880_9712, RES_SHARED_VGA }, { PCI_CHIP_RS880_9713, PCI_CHIP_RS880_9713, RES_SHARED_VGA }, { PCI_CHIP_RS880_9714, PCI_CHIP_RS880_9714, RES_SHARED_VGA }, + { PCI_CHIP_RS880_9715, PCI_CHIP_RS880_9715, RES_SHARED_VGA }, { PCI_CHIP_CYPRESS_6880, PCI_CHIP_CYPRESS_6880, RES_SHARED_VGA }, { PCI_CHIP_CYPRESS_6888, PCI_CHIP_CYPRESS_6888, RES_SHARED_VGA }, { PCI_CHIP_CYPRESS_6889, PCI_CHIP_CYPRESS_6889, RES_SHARED_VGA }, diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index fa44875f..a09c969d 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -373,6 +373,7 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RS880_9712, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS880_9713, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS880_9714, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RS880_9715, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6880, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6888, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_CYPRESS_6889, 0 ), |