Re: [Dri-devel] LockLegacyVGA
I figured it out, the register can only be read from 0x03CC and written from 0x03C2. = Jon Smirl [EMAIL PROTECTED] __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --
[Dri-devel] LockLegacyVGA
This doesn't look right, shouldn't the first msr save be from 0x03C2 instead 0x03CC? dri/xc/xc/programs/Xserver/hw/xfree86/int10/helper_exec.c void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga) { xf86SetCurrentAccess(FALSE, xf86Screens[pInt->scrnIndex]); vga->save_msr= inb(pI
