K 10 svn:author V 6 ahasty K 8 svn:date V 27 1998-05-19T03:38:31.000000Z K 7 svn:log V 454 Reviewed by: ahasty@freebsd.org Submitted by: Roger Hardiman options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL in the kernel config file makes the driver's video_open() function select PAL rather than NTSC. This fixed all the hangs on my Dual Crystal card when using a PAL video signal. As a result, you can loose the tsleep (of 2 seconds - now 0.25!!) which I previously added. (Unless someone else wanted the 0.25 second tsleep). END