diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 09:08:04 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 09:08:04 +1000 |
commit | 0d1e0c7805b3d8e56ccb49465e6b144afb7bdc51 (patch) | |
tree | 59102e282ac9cb0d4f982c588927cd949f096f96 /src/radeon_probe.c | |
parent | d5909b30595c103bb5f42cd1704330f944bba49c (diff) |
r5xx: add 71c5 for macbook pro
Diffstat (limited to 'src/radeon_probe.c')
-rw-r--r-- | src/radeon_probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index fe6f7591..d4036f6a 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -195,6 +195,7 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_R520_7104, PCI_CHIP_R520_7104, RES_SHARED_VGA }, { PCI_CHIP_RV515_7142, PCI_CHIP_RV515_7142, RES_SHARED_VGA }, { PCI_CHIP_RV515_7183, PCI_CHIP_RV515_7183, RES_SHARED_VGA }, + { PCI_CHIP_RV530_71C5, PCI_CHIP_RV530_71C5, RES_SHARED_VGA }, { PCI_CHIP_R580_7249, PCI_CHIP_R580_7249, RES_SHARED_VGA }, { PCI_CHIP_RV570_7280, PCI_CHIP_RV570_7280, RES_SHARED_VGA }, |