diff options
author | Tormod Volden <bugzi06.fdo.tormod@xoxy.net> | 2007-10-05 20:10:55 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-10-05 20:10:55 -0400 |
commit | fe66cc4e02a52e1d014ae5de192c65e8abd7f58a (patch) | |
tree | f816829fe0a21eab5eae96c90024e1cc703dad13 /src/radeon_probe.c | |
parent | 314e8fdbe5369e4c1786d176d03d0d2a046f25d5 (diff) |
RADEON: rename to PCI_CHIP_RS485_5975 everywhere
RS482_5975 is actually RS485. see bug 12048
Diffstat (limited to 'src/radeon_probe.c')
-rw-r--r-- | src/radeon_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index 5c7d16ff..d68a956d 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -144,7 +144,7 @@ PciChipsets RADEONPciChipsets[] = { { PCI_CHIP_RS480_5954, PCI_CHIP_RS480_5954, RES_SHARED_VGA }, { PCI_CHIP_RS480_5955, PCI_CHIP_RS480_5955, RES_SHARED_VGA }, { PCI_CHIP_RS482_5974, PCI_CHIP_RS482_5974, RES_SHARED_VGA }, - { PCI_CHIP_RS482_5975, PCI_CHIP_RS482_5975, RES_SHARED_VGA }, + { PCI_CHIP_RS485_5975, PCI_CHIP_RS485_5975, RES_SHARED_VGA }, { PCI_CHIP_RV410_5E48, PCI_CHIP_RV410_5E48, RES_SHARED_VGA }, { PCI_CHIP_RV410_564A, PCI_CHIP_RV410_564A, RES_SHARED_VGA }, { PCI_CHIP_RV410_564B, PCI_CHIP_RV410_564B, RES_SHARED_VGA }, |