diff options
author | Alex Deucher <[email protected]> | 2009-08-03 11:21:10 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-08-03 11:21:10 -0400 |
commit | f538d0275398276b8f9634a0b1857a01641ae927 (patch) | |
tree | 7f76e90171090273774a3b7bbcd273b22c0985cb /src/mesa/drivers/dri/radeon/radeon_chipset.h | |
parent | 583ed4aae54c308009346c083a1a0d49d4361631 (diff) |
r600: add some missing pci ids
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_chipset.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_chipset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_chipset.h b/src/mesa/drivers/dri/radeon/radeon_chipset.h index 0a6a2df35b8..a9b4102cc13 100644 --- a/src/mesa/drivers/dri/radeon/radeon_chipset.h +++ b/src/mesa/drivers/dri/radeon/radeon_chipset.h @@ -356,7 +356,9 @@ #define PCI_CHIP_RV770_947A 0x947A #define PCI_CHIP_RV770_947B 0x947B +#define PCI_CHIP_RV730_9480 0x9480 #define PCI_CHIP_RV730_9487 0x9487 +#define PCI_CHIP_RV730_9488 0x9488 #define PCI_CHIP_RV730_9489 0x9489 #define PCI_CHIP_RV730_948F 0x948F #define PCI_CHIP_RV730_9490 0x9490 |