diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-04-04 11:08:37 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-04-04 11:08:37 -0400 |
commit | 7acf9bc833de539fa2259a051c66a99445a54bc4 (patch) | |
tree | 6906e1cb91cb3e01799060c25821c72bf8b382e0 | |
parent | 0af6386f85a0f1ba14864a3334164733a10a6cb8 (diff) |
radeon: add some additional ontario pci ids
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r-- | src/ati_pciids_gen.h | 2 | ||||
-rw-r--r-- | src/pcidb/ati_pciids.csv | 2 | ||||
-rw-r--r-- | src/radeon_chipinfo_gen.h | 2 | ||||
-rw-r--r-- | src/radeon_chipset_gen.h | 2 | ||||
-rw-r--r-- | src/radeon_pci_chipset_gen.h | 2 | ||||
-rw-r--r-- | src/radeon_pci_device_match_gen.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 598dd725..ba46c175 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -461,6 +461,8 @@ #define PCI_CHIP_PALM_9803 0x9803 #define PCI_CHIP_PALM_9804 0x9804 #define PCI_CHIP_PALM_9805 0x9805 +#define PCI_CHIP_PALM_9806 0x9806 +#define PCI_CHIP_PALM_9807 0x9807 #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 07454af8..fd1fdbc1 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -462,6 +462,8 @@ "0x9803","PALM_9803","PALM",,1,,,1,"AMD Radeon HD 6310 Graphics" "0x9804","PALM_9804","PALM",,1,,,1,"AMD Radeon HD 6250 Graphics" "0x9805","PALM_9805","PALM",,1,,,1,"AMD Radeon HD 6250 Graphics" +"0x9806","PALM_9806","PALM",,1,,,1,"AMD Radeon HD 6300 Series Graphics" +"0x9807","PALM_9807","PALM",,1,,,1,"AMD Radeon HD 6200 Series Graphics" "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 2caeed9c..630154b1 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -381,6 +381,8 @@ static RADEONCardInfo RADEONCards[] = { { 0x9803, CHIP_FAMILY_PALM, 0, 1, 0, 0, 1 }, { 0x9804, CHIP_FAMILY_PALM, 0, 1, 0, 0, 1 }, { 0x9805, CHIP_FAMILY_PALM, 0, 1, 0, 0, 1 }, + { 0x9806, CHIP_FAMILY_PALM, 0, 1, 0, 0, 1 }, + { 0x9807, CHIP_FAMILY_PALM, 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 e4c38f0b..9996e0a7 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -381,6 +381,8 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_PALM_9803, "AMD Radeon HD 6310 Graphics" }, { PCI_CHIP_PALM_9804, "AMD Radeon HD 6250 Graphics" }, { PCI_CHIP_PALM_9805, "AMD Radeon HD 6250 Graphics" }, + { PCI_CHIP_PALM_9806, "AMD Radeon HD 6300 Series Graphics" }, + { PCI_CHIP_PALM_9807, "AMD Radeon HD 6200 Series Graphics" }, { 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 11650497..67fec237 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -381,6 +381,8 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_PALM_9803, PCI_CHIP_PALM_9803, RES_SHARED_VGA }, { PCI_CHIP_PALM_9804, PCI_CHIP_PALM_9804, RES_SHARED_VGA }, { PCI_CHIP_PALM_9805, PCI_CHIP_PALM_9805, RES_SHARED_VGA }, + { PCI_CHIP_PALM_9806, PCI_CHIP_PALM_9806, RES_SHARED_VGA }, + { PCI_CHIP_PALM_9807, PCI_CHIP_PALM_9807, 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 4bebfeb6..60b975c7 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -381,6 +381,8 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_PALM_9803, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_PALM_9804, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_PALM_9805, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_PALM_9806, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_PALM_9807, 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 ), |