diff options
author | Wolke Liu <wolke.lui@amd.com> | 2008-07-01 10:45:39 -0400 |
---|---|---|
committer | Brice Goglin <bgoglin@debian.org> | 2008-08-02 18:47:28 +0200 |
commit | 7e7ed3af6431a95a2b3f806da36a3096f3849a96 (patch) | |
tree | b2d8447108fcb4266c11fca835dded86d7f9c357 | |
parent | 2fff2f958073b7ed9a22ce9d5d4bfa53a6934b2e (diff) | |
download | xf86-video-ati-frc-7e7ed3af6431a95a2b3f806da36a3096f3849a96.tar.gz xf86-video-ati-frc-7e7ed3af6431a95a2b3f806da36a3096f3849a96.tar.bz2 |
Add pci id for FireMV 2400
(cherry picked from commit c037b4ce8769ad840a257e22b1e4ad58b8ed96fa)
-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 a740df8..2c3494d 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -1,4 +1,5 @@ #define PCI_CHIP_RV380_3150 0x3150 +#define PCI_CHIP_RV380_3151 0x3151 #define PCI_CHIP_RV380_3152 0x3152 #define PCI_CHIP_RV380_3154 0x3154 #define PCI_CHIP_RV380_3E50 0x3E50 diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv index 1f6fa82..49efeca 100644 --- a/src/pcidb/ati_pciids.csv +++ b/src/pcidb/ati_pciids.csv @@ -1,5 +1,6 @@ "#pciid","define","family","mobility","igp","nocrtc2","Nointtvout","singledac","name" "0x3150","RV380_3150","RV380",1,,,,,"ATI Radeon Mobility X600 (M24) 3150 (PCIE)" +"0x3151","RV380_3151","RV380",,,,,,"ATI FireMV 2400 (PCI)" "0x3152","RV380_3152","RV380",1,,,,,"ATI Radeon Mobility X300 (M24) 3152 (PCIE)" "0x3154","RV380_3154","RV380",1,,,,,"ATI FireGL M24 GL 3154 (PCIE)" "0x3E50","RV380_3E50","RV380",,,,,,"ATI Radeon X600 (RV380) 3E50 (PCIE)" diff --git a/src/radeon_chipinfo_gen.h b/src/radeon_chipinfo_gen.h index ed3174a..3fcd78d 100644 --- a/src/radeon_chipinfo_gen.h +++ b/src/radeon_chipinfo_gen.h @@ -1,6 +1,7 @@ /* This file is autogenerated please do not edit */ RADEONCardInfo RADEONCards[] = { { 0x3150, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, + { 0x3151, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, { 0x3152, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3154, CHIP_FAMILY_RV380, 1, 0, 0, 0, 0 }, { 0x3E50, CHIP_FAMILY_RV380, 0, 0, 0, 0, 0 }, diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index d1761d2..9d309bb 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -1,6 +1,7 @@ /* This file is autogenerated please do not edit */ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RV380_3150, "ATI Radeon Mobility X600 (M24) 3150 (PCIE)" }, + { PCI_CHIP_RV380_3151, "ATI FireMV 2400 (PCI)" }, { PCI_CHIP_RV380_3152, "ATI Radeon Mobility X300 (M24) 3152 (PCIE)" }, { PCI_CHIP_RV380_3154, "ATI FireGL M24 GL 3154 (PCIE)" }, { PCI_CHIP_RV380_3E50, "ATI Radeon X600 (RV380) 3E50 (PCIE)" }, diff --git a/src/radeon_pci_chipset_gen.h b/src/radeon_pci_chipset_gen.h index 39adb5e..1b79451 100644 --- a/src/radeon_pci_chipset_gen.h +++ b/src/radeon_pci_chipset_gen.h @@ -1,6 +1,7 @@ /* This file is autogenerated please do not edit */ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RV380_3150, PCI_CHIP_RV380_3150, RES_SHARED_VGA }, + { PCI_CHIP_RV380_3151, PCI_CHIP_RV380_3151, RES_SHARED_VGA }, { PCI_CHIP_RV380_3152, PCI_CHIP_RV380_3152, RES_SHARED_VGA }, { PCI_CHIP_RV380_3154, PCI_CHIP_RV380_3154, RES_SHARED_VGA }, { PCI_CHIP_RV380_3E50, PCI_CHIP_RV380_3E50, RES_SHARED_VGA }, diff --git a/src/radeon_pci_device_match_gen.h b/src/radeon_pci_device_match_gen.h index d81cbe3..48edff9 100644 --- a/src/radeon_pci_device_match_gen.h +++ b/src/radeon_pci_device_match_gen.h @@ -1,6 +1,7 @@ /* This file is autogenerated please do not edit */ static const struct pci_id_match radeon_device_match[] = { ATI_DEVICE_MATCH( PCI_CHIP_RV380_3150, 0 ), + ATI_DEVICE_MATCH( PCI_CHIP_RV380_3151, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3152, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3154, 0 ), ATI_DEVICE_MATCH( PCI_CHIP_RV380_3E50, 0 ), |