xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Oct 2 11:32:22 PDT 2009


 src/radeon_driver.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cc45856a18dd3e6f7e44d9eb507b31419da70977
Author: Kenneth Graunke <kenny at whitecape.org>
Date:   Fri Oct 2 14:31:36 2009 -0400

    radeon: Remove gatos message from driver startup
    
    Remove a message on driver startup which directs people to the old GATOS
    website; said site contains highly out of date software which is no longer
    necessary.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 24ef513..e0ba9ba 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3118,10 +3118,6 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
     info->MMIO = NULL;
 
     xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
-	       "For information on using the multimedia capabilities\n\tof this"
-	       " adapter, please see http://gatos.sf.net.\n");
-
-    xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
 	       "MergedFB support has been removed and replaced with"
 	       " xrandr 1.2 support\n");
 


More information about the xorg-commit mailing list