diff options
author | Alex Deucher <[email protected]> | 2011-06-07 16:59:04 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-06-07 17:04:52 -0400 |
commit | 5d4c4798223c3463dbf67c47b9563f82c9057e7f (patch) | |
tree | 29ffa69643fcdfdfab0611e466158c62dc2a98c2 /src/gallium/winsys | |
parent | 7c1d4781920e34ad5419b4c5cf9d54ae14938844 (diff) |
r600g: remove pre-r6xx asic families and pci ids
Not sure why these were included originally.
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/r600/drm/radeon_pciid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/winsys/r600/drm/radeon_pciid.c b/src/gallium/winsys/r600/drm/radeon_pciid.c index ff6821fcb52..f54a7c8fe72 100644 --- a/src/gallium/winsys/r600/drm/radeon_pciid.c +++ b/src/gallium/winsys/r600/drm/radeon_pciid.c @@ -34,9 +34,6 @@ struct pci_id { static const struct pci_id radeon_pci_id[] = { #define CHIPSET(chip, name, family) { 0x1002, chip, CHIP_##family }, -#include "pci_ids/radeon_pci_ids.h" -#include "pci_ids/r200_pci_ids.h" -#include "pci_ids/r300_pci_ids.h" #include "pci_ids/r600_pci_ids.h" {0, 0}, }; |