summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsi <tsi>2007-09-16 02:13:08 +0000
committertsi <tsi>2007-09-16 02:13:08 +0000
commitb8b84304ab8d45006b64467092738e1f629d04ca (patch)
tree61e9360a43c0287ced23e59074f494476f2d3a61
parent29867ffe9531997c0a4f890ef9c1b558eda78fff (diff)
Remove references to the GATOS project.
-rw-r--r--programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c7
-rw-r--r--programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c6
-rw-r--r--programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c6
3 files changed, 3 insertions, 16 deletions
diff --git a/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c b/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
index cd85667fb..88b7775a6 100644
--- a/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
+++ b/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c,v 1.91 2006/02/24 15:31:31 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c,v 1.92tsi Exp $ */
/*
* Copyright 1999 through 2007 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
@@ -1465,11 +1465,6 @@ ATIPreInit
xf86DrvMsg(pScreenInfo->scrnIndex, X_PROBED,
"%s adapter detected.\n", ATIAdapterNames[pATI->Adapter]);
- if (pATI->Chip >= ATI_CHIP_264GT)
- xf86DrvMsg(pScreenInfo->scrnIndex, X_NOTICE,
- "For information on using the multimedia capabilities\n of this"
- " adapter, please see http://gatos.sf.net.\n");
-
if ((pATI->DAC & ~0x0FU) == ATI_DAC_INTERNAL)
{
xf86DrvMsg(pScreenInfo->scrnIndex, X_PROBED,
diff --git a/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c b/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
index 0425af491..b4768818b 100644
--- a/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
+++ b/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c,v 1.96tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c,v 1.97tsi Exp $ */
/*
* Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,
* Precision Insight, Inc., Cedar Park, Texas, and
@@ -1980,10 +1980,6 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
if (pInt10)
xf86FreeInt10(pInt10);
- xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
- "For information on using the multimedia capabilities\n of this"
- " adapter, please see http://gatos.sf.net.\n");
-
return TRUE;
fail:
diff --git a/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c b/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
index e4290fab5..da1619f38 100644
--- a/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
+++ b/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.135tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.136tsi Exp $ */
/*
* Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
* VA Linux Systems Inc., Fremont, California.
@@ -4086,10 +4086,6 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
if(info->MMIO) RADEONUnmapMMIO(pScrn);
info->MMIO = NULL;
- xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
- "For information on using the multimedia capabilities\n of this"
- " adapter, please see http://gatos.sf.net.\n");
-
return TRUE;
fail: