Module Name: src Committed By: jmcneill Date: Thu Jul 14 23:45:26 UTC 2011
Modified Files: src/sys/dev/i2c: tvpll_tuners.c Log Message: correct pll entries for TDVS-H06xF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/tvpll_tuners.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/i2c/tvpll_tuners.c diff -u src/sys/dev/i2c/tvpll_tuners.c:1.1 src/sys/dev/i2c/tvpll_tuners.c:1.2 --- src/sys/dev/i2c/tvpll_tuners.c:1.1 Mon Jul 11 00:01:52 2011 +++ src/sys/dev/i2c/tvpll_tuners.c Thu Jul 14 23:45:26 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: tvpll_tuners.c,v 1.1 2011/07/11 00:01:52 jakllsch Exp $ */ +/* $NetBSD: tvpll_tuners.c,v 1.2 2011/07/14 23:45:26 jmcneill Exp $ */ /* * Copyright (c) 2008, 2011 Jonathan A. Kollasch @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tvpll_tuners.c,v 1.1 2011/07/11 00:01:52 jakllsch Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tvpll_tuners.c,v 1.2 2011/07/14 23:45:26 jmcneill Exp $"); #include <sys/param.h> #include <dev/i2c/tvpllvar.h> @@ -46,7 +46,7 @@ }; static struct tvpll_entry tdvs_h06xf_pll_entries[] = { - { 160000000, 62500, 0xce, 0x01 }, + { 165000000, 62500, 0xce, 0x01 }, { 450000000, 62500, 0xce, 0x02 }, { 999999999, 62500, 0xce, 0x04 }, };