summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-03-17 17:41:24 +0000
committerfsmp <fsmp@FreeBSD.org>1997-03-17 17:41:24 +0000
commit09c28abeaeb705285c1414f9e754a43457390dbc (patch)
treea978b8095f44495cd3a2bdfe247ef415b1c86ebc /sys/dev/bktr
parente528107672ed8e30ad612b4b33599e0237ddb8a8 (diff)
downloadFreeBSD-src-09c28abeaeb705285c1414f9e754a43457390dbc.zip
FreeBSD-src-09c28abeaeb705285c1414f9e754a43457390dbc.tar.gz
Submitted by: Doug White <dwhite@gdi.uoregon.edu>
I broke the cable tuning with my 'TEST_A' code. Remove TEST_A define till I finish this change for both tuning modes. Note that this will effectively break the new TVTUNER_SETFREQ/TVTUNER_GETFREQ ioctl()s. These aren't used by anyone but me yet (attempt to provide full resolution fine tuning for "fringe" stations) so it should be no problem
Diffstat (limited to 'sys/dev/bktr')
-rw-r--r--sys/dev/bktr/bktr_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c
index 2135d77..3ad9425 100644
--- a/sys/dev/bktr/bktr_core.c
+++ b/sys/dev/bktr/bktr_core.c
@@ -2108,7 +2108,7 @@ bktr_mmap( dev_t dev, int offset, int nprot )
#endif /* XXXXXX_TUNER */
/* scaling factor for frequencies expressed as ints */
-#define TEST_A
+#define TEST_A_NOT
#if defined( TEST_A )
#define FREQFACTOR 16
OpenPOWER on IntegriCloud