Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 1999 02:48:55 +0200 (EET)
From:      Vsevolod Lobko <seva@sevasoft.alex-ua.com>
To:        freebsd-multimedia@FreeBSD.ORG
Cc:        roger@cs.strath.ac.uk
Subject:   Re: ANN: Fxtv 0.48
Message-ID:  <199902070048.CAA00454@sevasoft.alex-ua.com>
In-Reply-To: <199902062040.XAA01253@shuttle.svib.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199902062040.XAA01253@shuttle.svib.ru> you wrote:
>  <19990205221434.A8378@pagesz.net>Randall Hopper writes:
>>Available for your TV-viewing pleasure here on the new web site:

>>- Added XUSSR channel set
> Don't work. Here in Moscow I failed to get anything on any of "XUSSR" channel 
> :-(

XUSSR channel set in current driver is antenna channels
For cable channels apply patch:

Index: brooktree848.c
===================================================================
RCS file: /home/free_rep/src/sys/pci/brooktree848.c,v
retrieving revision 1.64
diff -u -r1.64 brooktree848.c
--- brooktree848.c	1999/01/28 17:47:47	1.64
+++ brooktree848.c	1999/01/31 10:44:03
@@ -5551,13 +5572,20 @@
  *  6: 175.25MHz - 12: 223.25MHz
  * 13-20 - not exist
  * 21: 471.25MHz - 34: 575.25MHz
- * 35: 583.25MHz - 60: 775.25MHz
+ * 35: 583.25MHz - 69: 855.25MHz
+ *
+ * Cable channels
+ *
+ * 70: 111.25MHz - 77: 167.25MHz
+ * 78: 231.25MHz -107: 463.25MHz
  *
  * IF freq: 38.90 MHz
  */
 #define IF_FREQ 38.90
 static int xussr[] = {
-       60,     (int)(IF_FREQ * FREQFACTOR),    0,
+      107,     (int)(IF_FREQ * FREQFACTOR),    0,
+       78,     (int)(231.25 * FREQFACTOR),     (int)(8.00 * FREQFACTOR), 
+       70,     (int)(111.25 * FREQFACTOR),     (int)(8.00 * FREQFACTOR), 
        35,     (int)(583.25 * FREQFACTOR),     (int)(8.00 * FREQFACTOR), 
        21,     (int)(471.25 * FREQFACTOR),     (int)(8.00 * FREQFACTOR),
         6,     (int)(175.25 * FREQFACTOR),     (int)(8.00 * FREQFACTOR),  

---
  Vsevolod Lobko

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902070048.CAA00454>