xf86-video-r128: Branch 'master'

Connor Behan cbehan at kemper.freedesktop.org
Wed Apr 13 16:43:00 UTC 2016


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

New commits:
commit a589dd6baf7fa26f8ea7008ba6bd533a5ba3e76e
Author: Connor Behan <connor.behan at gmail.com>
Date:   Wed Apr 13 12:41:00 2016 -0400

    Remove gatos advertisement
    
    There are many current working ways to use a TV tuner with Linux. This
    is not one of them.
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=94915
    
    Signed-off-by: Connor Behan <connor.behan at gmail.com>

diff --git a/src/r128_driver.c b/src/r128_driver.c
index 9a676d5..5695614 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -1435,10 +1435,6 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
     if (info->MMIO) R128UnmapMMIO(pScrn);
     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");
-
     return TRUE;
 
   fail:


More information about the xorg-commit mailing list