> From: Adam Jackson <[email protected]> > Date: Wed, 4 Jan 2012 11:39:33 -0500 > > We don't want to unconditionally use I/O routines here, since if the > driver is using mmap'd VGA ports then the I/O handle won't be set up.
Hmm, well, reading from mmap'd VGA ports is unlikely to result in the same timing as reading from the "real" I/O ports. But I guess there's nothing really that can be done about that. > Tested-by: Jeff Chua <[email protected]> > Signed-off-by: Adam Jackson <[email protected]> So, Reviewed-by: Mark Kettenis <[email protected]> > --- > hw/xfree86/vgahw/vgaHW.h | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
