*** x386.h.V	Sun Jun  2 22:36:07 1991
--- x386.h	Tue Feb 16 19:41:02 1993
***************
*** 31,37 ****
  typedef struct _DispM {
    struct _DispM	*prev,*next;
    char		*name;              /* identifier of this mode */
!   int		Clock;              /* doclock */
    int           HDisplay;           /* horizontal timing */
    int           HSyncStart;
    int           HSyncEnd;
--- 31,38 ----
  typedef struct _DispM {
    struct _DispM	*prev,*next;
    char		*name;              /* identifier of this mode */
!   int		Clock;              /* doclock - clock to set in reg. CR42 */
!   int		ProgramClockFreq;   /* freq. in Hz to set programmable clock */
    int           HDisplay;           /* horizontal timing */
    int           HSyncStart;
    int           HSyncEnd;
***************
*** 49,54 ****
--- 50,59 ----
  #define V_NVSYNC    0x0008
  #define V_INTERLACE 0x0010
  #define V_DBLSCAN   0x0020
+ /* The following flag is for internal use - not for specification in Xconfig! 
+    It is used in ibm8514/ibm8514init.c to note that VDisplay has been divided
+    by 2 and should not be divided again.   -JPN */
+ #define V_INTERLACE_INTERNAL   0x0040
  
  #define MAXCLOCKS   32
  
