diff options
Diffstat (limited to 'src/radeon_driver.c')
-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; |