Deleted Added
full compact
CHANGELOG.TXT (160063) CHANGELOG.TXT (160964)
1/* $FreeBSD: head/sys/dev/bktr/CHANGELOG.TXT 160063 2006-07-01 10:51:55Z markm $ */
1/* $FreeBSD: head/sys/dev/bktr/CHANGELOG.TXT 160964 2006-08-04 07:56:35Z yar $ */
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * CHANGELOG : The Change History:

--- 167 unchanged lines hidden (view full) ---

1771.34 reverse mute function for ims turbo card
178
1791.35 Roger Hardiman <roger@cs.strath.ac.uk>
180 options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
181 in the kernel config file makes the driver's
182 video_open() function select PAL rather than NTSC.
183 This fixed all the hangs on my Dual Crystal card
184 when using a PAL video signal. As a result, you
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * CHANGELOG : The Change History:

--- 167 unchanged lines hidden (view full) ---

1771.34 reverse mute function for ims turbo card
178
1791.35 Roger Hardiman <roger@cs.strath.ac.uk>
180 options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
181 in the kernel config file makes the driver's
182 video_open() function select PAL rather than NTSC.
183 This fixed all the hangs on my Dual Crystal card
184 when using a PAL video signal. As a result, you
185 can loose the tsleep (of 2 seconds - now 0.25!!)
185 can lose the tsleep (of 2 seconds - now 0.25!!)
186 which I previously added. (Unless someone else
187 wanted the 0.25 second tsleep).
188
1891.36 added bt848.format sysctl variable.
190 1 denotes NTSC , 0 denotes PAL
191
1921.37 added support for Bt878 and improved Hauppauge's
193 bt848 tuner recognition

--- 326 unchanged lines hidden ---
186 which I previously added. (Unless someone else
187 wanted the 0.25 second tsleep).
188
1891.36 added bt848.format sysctl variable.
190 1 denotes NTSC , 0 denotes PAL
191
1921.37 added support for Bt878 and improved Hauppauge's
193 bt848 tuner recognition

--- 326 unchanged lines hidden ---