summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-04-19 12:13:18 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-04-19 12:13:18 -0400
commit101ce28ec4af696549b7d6defebb5b4ad412176c (patch)
tree34b205629b8acc14f98a6e3d1d8b9b33efbd1820
parentdb177c70ce88af19c8e05eb916a15f3e124876eb (diff)
Remove old messages
R5xx/r6xx support isn't really experimental anymore
-rw-r--r--src/radeon_driver.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 105a9f39..db5a0e38 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1837,16 +1837,6 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
break;
}
- if (info->ChipFamily >= CHIP_FAMILY_R600) {
- xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "R600 support is mostly incomplete and very experimental\n");
- }
-
- if ((info->ChipFamily >= CHIP_FAMILY_RV515) && (info->ChipFamily < CHIP_FAMILY_R600)) {
- xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org\n");
- }
-
from = X_PROBED;
info->LinearAddr = PCI_REGION_BASE(info->PciInfo, 0, REGION_MEM) & ~0x1ffffffULL;
pScrn->memPhysBase = info->LinearAddr;