76344a3
commit df061f6e95f2e33a25ac44b6aad974b7788f97e7
76344a3
Author: Dave Airlie <airlied@redhat.com>
76344a3
Date:   Wed Oct 29 15:53:57 2008 +1000
76344a3
76344a3
    pciid: add HD3300 - 790GX chipset.
76344a3
    
76344a3
    RH BZ (#466706)
76344a3
76344a3
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h
76344a3
index 633c5d3..ba7832e 100644
76344a3
--- a/src/ati_pciids_gen.h
76344a3
+++ b/src/ati_pciids_gen.h
76344a3
@@ -383,3 +383,4 @@
76344a3
 #define PCI_CHIP_RS780_9611 0x9611
76344a3
 #define PCI_CHIP_RS780_9612 0x9612
76344a3
 #define PCI_CHIP_RS780_9613 0x9613
76344a3
+#define PCI_CHIP_RS780_9614 0x9614
76344a3
diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv
76344a3
index 07e71a3..9366600 100644
76344a3
--- a/src/pcidb/ati_pciids.csv
76344a3
+++ b/src/pcidb/ati_pciids.csv
76344a3
@@ -384,3 +384,4 @@
76344a3
 "0x9611","RS780_9611","RS780",,1,,,1,"ATI Radeon 3100 Graphics"
76344a3
 "0x9612","RS780_9612","RS780",,1,,,1,"ATI Radeon HD 3200 Graphics"
76344a3
 "0x9613","RS780_9613","RS780",,1,,,1,"ATI Radeon 3100 Graphics"
76344a3
+"0x9614","RS780_9614","RS780",,1,,,1,"ATI Radeon HD 3300 Graphics"
76344a3
diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h
76344a3
index daaf717..3e9cfb9 100644
76344a3
--- a/src/radeon_chipinfo_gen.h
76344a3
+++ b/src/radeon_chipinfo_gen.h
76344a3
@@ -303,4 +303,5 @@ RADEONCardInfo RADEONCards[] = {
76344a3
  { 0x9611, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 },
76344a3
  { 0x9612, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 },
76344a3
  { 0x9613, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 },
76344a3
+ { 0x9614, CHIP_FAMILY_RS780, 0, 1, 0, 0, 1 },
76344a3
 };
76344a3
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h
76344a3
index 79b094a..2a96267 100644
76344a3
--- a/src/radeon_chipset_gen.h
76344a3
+++ b/src/radeon_chipset_gen.h
76344a3
@@ -303,5 +303,6 @@ static SymTabRec RADEONChipsets[] = {
76344a3
   { PCI_CHIP_RS780_9611, "ATI Radeon 3100 Graphics" },
76344a3
   { PCI_CHIP_RS780_9612, "ATI Radeon HD 3200 Graphics" },
76344a3
   { PCI_CHIP_RS780_9613, "ATI Radeon 3100 Graphics" },
76344a3
+  { PCI_CHIP_RS780_9614, "ATI Radeon HD 3300 Graphics" },
76344a3
   { -1,                 NULL }
76344a3
 };
76344a3
diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h
76344a3
index ff1801f..48dea44 100644
76344a3
--- a/src/radeon_pci_chipset_gen.h
76344a3
+++ b/src/radeon_pci_chipset_gen.h
76344a3
@@ -303,5 +303,6 @@ PciChipsets RADEONPciChipsets[] = {
76344a3
  { PCI_CHIP_RS780_9611, PCI_CHIP_RS780_9611, RES_SHARED_VGA },
76344a3
  { PCI_CHIP_RS780_9612, PCI_CHIP_RS780_9612, RES_SHARED_VGA },
76344a3
  { PCI_CHIP_RS780_9613, PCI_CHIP_RS780_9613, RES_SHARED_VGA },
76344a3
+ { PCI_CHIP_RS780_9614, PCI_CHIP_RS780_9614, RES_SHARED_VGA },
76344a3
  { -1,                 -1,                 RES_UNDEFINED }
76344a3
 };
76344a3
diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h
76344a3
index d650f9f..da6e5f7 100644
76344a3
--- a/src/radeon_pci_device_match_gen.h
76344a3
+++ b/src/radeon_pci_device_match_gen.h
76344a3
@@ -303,5 +303,6 @@ static const struct pci_id_match radeon_device_match[] = {
76344a3
  ATI_DEVICE_MATCH( PCI_CHIP_RS780_9611, 0 ),
76344a3
  ATI_DEVICE_MATCH( PCI_CHIP_RS780_9612, 0 ),
76344a3
  ATI_DEVICE_MATCH( PCI_CHIP_RS780_9613, 0 ),
76344a3
+ ATI_DEVICE_MATCH( PCI_CHIP_RS780_9614, 0 ),
76344a3
  { 0, 0, 0 }
76344a3
 };