xfree86: doc: drop mentioning xf86MapPciMem()

This function has been removed decades ago.

Fixes: 46f55f5dea
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-10 12:05:02 +01:00
committed by Enrico Weigelt
parent 6e560bf9c6
commit 9ddce7292d

View File

@@ -8157,7 +8157,7 @@ ZZZPreInit(ScrnInfoPtr pScrn, int flags)
static Bool
ZZZMapMem(ScrnInfoPtr pScrn)
{
/* Call xf86MapPciMem() to map each PCI memory area */
/* map each PCI memory area */
...
return TRUE or FALSE;
}