> From: Adam Jackson <[email protected]> > Date: Wed, 8 Oct 2014 17:38:57 +0200 > > 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]>
Tested (in 1.16.1) on a PowerMac G4 with an r128 on OpenBSD. Although I think that on OpenBSD we actually avoid accessing VGA registers. Reviewed-by: Mark Kettenis <[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
