Fix an error message to not point to @xfree86.org.
This commit is contained in:
parent
265a633cf1
commit
1834cfb447
|
@ -411,7 +411,7 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
|
||||||
# ifndef JENSEN_SUPPORT
|
# ifndef JENSEN_SUPPORT
|
||||||
FatalError("Jensen is not supported any more\n"
|
FatalError("Jensen is not supported any more\n"
|
||||||
"If you are intereseted in fixing Jensen support\n"
|
"If you are intereseted in fixing Jensen support\n"
|
||||||
"please contact xfree86@xfree86.org\n");
|
"please contact xorg@lists.freedesktop.org\n");
|
||||||
# else
|
# else
|
||||||
xf86Msg(X_INFO,"Machine type is Jensen\n");
|
xf86Msg(X_INFO,"Machine type is Jensen\n");
|
||||||
pVidMem->mapMem = mapVidMemJensen;
|
pVidMem->mapMem = mapVidMemJensen;
|
||||||
|
|
Loading…
Reference in New Issue