summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2005-05-24 22:53:02 +0000
committerLuc Verhaegen <libv@skynet.be>2005-05-24 22:53:02 +0000
commit99846c3a0da950a2c5398bf4249dae575573e446 (patch)
tree6985624352c32e37cb089673da9430b3e035d19a
parent15b59db091c8a1406c6fe52626a51bdca207c84d (diff)
Fix up some leftover strings pointing to unichrome.sf.net.XORG-6_8_99_9XORG-6_8_99_10
-rw-r--r--src/via_driver.c7
-rw-r--r--src/via_id.c2
-rw-r--r--src/via_id.h3
3 files changed, 4 insertions, 8 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index fb1653f..d29d43c 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -455,8 +455,7 @@ static Bool VIAProbe(DriverPtr drv, int flags)
return FALSE;
xf86Msg(X_NOTICE, "VIA Technologies does not support or endorse this driver in any way.\n");
- xf86Msg(X_NOTICE, "For support, please refer to http://unichrome.sourceforge.net/ or\n");
- xf86Msg(X_NOTICE, "your X vendor.\n");
+ xf86Msg(X_NOTICE, "For support please contact the driver maintainer or your X vendor.\n");
if (flags & PROBE_DETECT) {
foundScreen = TRUE;
@@ -1120,7 +1119,7 @@ static Bool VIAPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
"There is no specific support for this device yet in this driver.\n");
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Please contact unichrome.sourceforge.net ASAP to resolve this.\n");
+ "Please contact the driver maintainer ASAP to resolve this.\n");
}
#endif /* HAVE_K8M800 */
#ifndef HAVE_PM800
@@ -1130,7 +1129,7 @@ static Bool VIAPreInit(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
"There is no specific support for this device yet in this driver.\n");
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Please contact unichrome.sourceforge.net ASAP to resolve this.\n");
+ "Please contact the driver maintainer ASAP to resolve this.\n");
}
#endif /* HAVE_PM800 */
diff --git a/src/via_id.c b/src/via_id.c
index 229186b..9b3d3dc 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -180,7 +180,7 @@ ViaCheckCardId(ScrnInfoPtr pScrn)
}
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
- "Unknown Card-Ids (%4X|%4X), report this to unichrome-devel@lists.sf.net ASAP\n"
+ "Unknown Card-Ids (%4X|%4X), report this to the driver maintainer ASAP\n"
, pVia->PciInfo->subsysVendor, pVia->PciInfo->subsysCard);
pVia->Id = NULL;
}
diff --git a/src/via_id.h b/src/via_id.h
index 65ee15f..b3c62f7 100644
--- a/src/via_id.h
+++ b/src/via_id.h
@@ -54,9 +54,6 @@ enum VIACHIPTAGS {
* someplace. There is also the possibility that it just does
* not exist in the wild.
*
- * Contact unichrome-devel@lists.sf.net asap if you can
- * provide any further information.
- *
*/
/* #define PCI_CHIP_CLE3022 0x3022 */ /* CLE266??? */
#define PCI_CHIP_VT3204 0x3108 /* K8M800 */