*** cir_driver.c.org    Sun Jul 23 02:24:24 1995
--- cir_driver.c        Mon Oct 16 17:39:30 1995
***************
*** 2078,2084 ****
                 }
                                /* Always use VLCK3 */
  
!           new->std.MiscOutReg |= 0x0C;
  
          if (!cirrusCheckClock(cirrusChip, new->std.NoClock))
               return (FALSE);
--- 2078,2084 ----
                 }
                                /* Always use VLCK3 */
  
!           new->std.MiscOutReg &= 0xF3;
  
          if (!cirrusCheckClock(cirrusChip, new->std.NoClock))
               return (FALSE);

