This shouldn't be necessary, we're doing this already at the DDX level when it's needed (and, more importantly, not when it's not).
Signed-off-by: Adam Jackson <[email protected]> --- hw/xfree86/os-support/bsd/ppc_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/os-support/bsd/ppc_video.c b/hw/xfree86/os-support/bsd/ppc_video.c index b1cf7eb..f017376 100644 --- a/hw/xfree86/os-support/bsd/ppc_video.c +++ b/hw/xfree86/os-support/bsd/ppc_video.c @@ -51,7 +51,6 @@ void xf86OSInitVidMem(VidMemInfoPtr pVidMem) { pVidMem->initialised = TRUE; - xf86EnableIO(); } volatile unsigned char *ioBase = MAP_FAILED; -- 1.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
