Deleted Added
full compact
bktr_tuner.h (140655) bktr_tuner.h (152375)
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 140655 2005-01-23 07:13:09Z julian $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 152375 2005-11-13 13:26:37Z netchild $ */
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 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.

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

55#define TEMIC_PALI 7
56#define PHILIPS_PALI 8
57#define PHILIPS_FR1236_NTSC 9 /* These have FM radio support */
58#define PHILIPS_FR1216_PAL 10 /* These have FM radio support */
59#define PHILIPS_FR1236_SECAM 11 /* These have FM radio support */
60#define ALPS_TSCH5 12
61#define ALPS_TSBH1 13
62#define TUNER_MT2032 14
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 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.

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

55#define TEMIC_PALI 7
56#define PHILIPS_PALI 8
57#define PHILIPS_FR1236_NTSC 9 /* These have FM radio support */
58#define PHILIPS_FR1216_PAL 10 /* These have FM radio support */
59#define PHILIPS_FR1236_SECAM 11 /* These have FM radio support */
60#define ALPS_TSCH5 12
61#define ALPS_TSBH1 13
62#define TUNER_MT2032 14
63#define Bt848_MAX_TUNER 15
63#define LG_TPI8PSB12P_PAL 15
64#define Bt848_MAX_TUNER 16
64
65/* experimental code for Automatic Frequency Control */
66#define TUNER_AFC
67
68/*
69 * Fill in the tuner entries in the bktr_softc based on the selected tuner
70 * type (from the list of tuners above)
71 */

--- 32 unchanged lines hidden ---
65
66/* experimental code for Automatic Frequency Control */
67#define TUNER_AFC
68
69/*
70 * Fill in the tuner entries in the bktr_softc based on the selected tuner
71 * type (from the list of tuners above)
72 */

--- 32 unchanged lines hidden ---