[Xorg-commit] xc/programs/Xserver/hw/xfree86/int10 helper_exec.c,1.1.4.1,1.1.4.2

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/int10
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/Xserver/hw/xfree86/int10

Modified Files:
      Tag: XORG-CURRENT
	helper_exec.c 
Log Message:
merge most of XFree86 RC3 (4.3.99.903) from vendor branch.
bug #214


Index: helper_exec.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/int10/helper_exec.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/helper_exec.c	26 Nov 2003 22:49:01 -0000	1.1.4.1
+++ b/helper_exec.c	23 Feb 2004 21:36:41 -0000	1.1.4.2
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/int10/helper_exec.c,v 1.26 2003/11/06 18:38:12 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/int10/helper_exec.c,v 1.27 2003/12/23 22:32:38 tsi Exp $ */
 /*
  *                   XFree86 int10 module
  *   execute BIOS int 10h calls in x86 real mode environment
@@ -56,7 +56,7 @@
     X86_GS = 0;
     X86_EFLAGS = X86_IF_MASK | X86_IOPL_MASK;
 #if defined (_PC)
-    if (pInt->flags & SET_BIOS_SCRATCH)
+    if (pInt->Flags & SET_BIOS_SCRATCH)
 	SetResetBIOSVars(pInt, TRUE);
 #endif
     return xf86BlockSIGIO();
@@ -76,7 +76,7 @@
     pInt->bp = (CARD32) X86_EBP;
     pInt->flags = (CARD32) X86_FLAGS;
 #if defined (_PC)
-    if (pInt->flags & RESTORE_BIOS_SCRATCH)
+    if (pInt->Flags & RESTORE_BIOS_SCRATCH)
 	SetResetBIOSVars(pInt, FALSE);
 #endif
 }





More information about the xorg-commit mailing list