diff options
author | Dave Airlie <airlied@redhat.com> | 2008-10-29 15:53:57 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-10 15:46:49 +1000 |
commit | 6c8b352264540ccc4622a7c0b704ce452dcd707d (patch) | |
tree | 2bb4b869978521a4bfcf90cc9ef7554dd8ce299c /src | |
parent | 902eaf768142c6c7dcc487e10775027b84cd1f9a (diff) |
pciid: add HD3300 - 790GX chipset.
RH BZ (#466706)
Diffstat (limited to 'src')
-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 633c5d3a..ba7832ec 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -383,3 +383,4 @@ #define PCI_CHIP_RS780_9611 0x9611 #define PCI_CHIP_RS780_9612 0x9612 #define PCI_CHIP_RS780_9613 0x9613 +#define PCI_CHIP_RS780_9614 0x9614 diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv index 07e71a3d..93666004 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -384,3 +384,4 @@ "0x9611","RS780_9611","RS780",,1,,,1,"ATI Radeon 3100 Graphics" "0x9612","RS780_9612","RS780",,1,,,1,"ATI Radeon HD 3200 Graphics" "0x9613","RS780_9613","RS780",,1,,,1,"ATI Radeon 3100 Graphics" +"0x9614","RS780_9614","RS780",,1,,,1,"ATI Radeon HD 3300 Graphics" diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index daaf7171..3e9cfb90 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -303,4 +303,5 @@ RADEONCardInfo RADEONCards[] = { { 0x9611, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 }, { 0x9612, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 }, { 0x9613, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 }, + { 0x9614, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 }, }; diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 79b094a5..2a962671 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -303,5 +303,6 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS780_9611, "ATI Radeon 3100 Graphics" }, { PCI_CHIP_RS780_9612, "ATI Radeon HD 3200 Graphics" }, { PCI_CHIP_RS780_9613, "ATI Radeon 3100 Graphics" }, + { PCI_CHIP_RS780_9614, "ATI Radeon HD 3300 Graphics" }, { -1, NULL } }; diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index ff1801f9..48dea44e 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -303,5 +303,6 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RS780_9611, PCI_CHIP_RS780_9611, RES_SHARED_VGA }, { PCI_CHIP_RS780_9612, PCI_CHIP_RS780_9612, RES_SHARED_VGA }, { PCI_CHIP_RS780_9613, PCI_CHIP_RS780_9613, RES_SHARED_VGA }, + { PCI_CHIP_RS780_9614, PCI_CHIP_RS780_9614, RES_SHARED_VGA }, { -1, -1, RES_UNDEFINED } }; diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index d650f9f8..da6e5f78 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -303,5 +303,6 @@ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RS780_9611, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS780_9612, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RS780_9613, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RS780_9614, 0 ), { 0, 0, 0 } }; |