Date: 07 Jul 1997 18:27:43 +0200 From: Volker Freiburg <volker@neuroinformatik.ruhr-uni-bochum.de> To: tomppa@fidata.fi Cc: multimedia@FreeBSD.ORG Subject: Re: New TV toy/Fxtv problems Message-ID: <uj4ta6x1xc.fsf@neuroinformatik.ruhr-uni-bochum.de> In-Reply-To: Tomi Vainio's message of Mon, 7 Jul 1997 12:08:09 %2B0300 (EET DST) References: <199707070908.MAA25114@zeta.fidata.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
Tomi Vainio <tomppa@fidata.fi> writes:
>
>- Main channels here in Finland are located as 6, 8, 24 and 52. With
>weurope setting the lowest channel is 21. I also need channels E2-E12
>and IA-IH. These worked fine with W95 software. Channel 52 was
>problem also in there. I can see channel 52 as channel 27 when using
>CATV weurope setting.
>
Maybe the following patch is useful for you. It adds the E2-E12
and the S1-20 channels. Should be easy to add IA-IH as well ;-).
Yours,
-Volker Freiburg-
-------------------------- snip snip --------------------------
--- brooktree848.c.orig Tue Jun 10 20:42:05 1997
+++ brooktree848.c Mon Jun 13 17:18:01 1997
@@ -3661,13 +3661,20 @@
* 100 3890 000 IFFREQ
*
*/
-#define OFFSET 8.00
+#define OFFSET1 7.00
+#define OFFSET2 8.00
int weurope[] = {
- 69, (int)( 38.90 * FREQFACTOR), 0,
- 21, (int)(471.25 * FREQFACTOR), (int)(OFFSET * FREQFACTOR),
+ 100, (int)( 38.90 * FREQFACTOR), 0,
+ 90, (int)(231.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
+ 80, (int)(105.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
+ 74, (int)( 69.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
+ 21, (int)(471.25 * FREQFACTOR), (int)(OFFSET2 * FREQFACTOR),
+ 5, (int)(175.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
+ 2, (int)( 48.25 * FREQFACTOR), (int)(OFFSET1 * FREQFACTOR),
0
};
-#undef OFFSET
+#undef OFFSET1
+#undef OFFSET2
/*
* Japanese Broadcast Channels:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?uj4ta6x1xc.fsf>
