diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-19 12:13:18 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-08 12:06:19 -0400 |
commit | dd852a4044a97bf68ad64ad2c55b3ef258d7f732 (patch) | |
tree | 4ecbb9b2ed5fc28ae0a8358f5eeb0a80d4ba034d | |
parent | 4b042f0c0f0389529b736dccd9646a97b5297a7a (diff) |
Remove old messages
R5xx/r6xx support isn't really experimental anymore
-rw-r--r-- | src/radeon_driver.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index f1991e89..83a3374a 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1814,16 +1814,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; |