Deleted Added
full compact
bktr_card.h (62112) bktr_card.h (96398)
1/* $FreeBSD: head/sys/dev/bktr/bktr_card.h 62112 2000-06-26 09:41:32Z roger $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_card.h 96398 2002-05-11 06:06:11Z dd $ */
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_card : This deals with identifying TV cards.

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

49
50/*
51 * If probeCard() fails to detect the correct card on boot you can
52 * override it by setting adding the following option to your kernel config
53 * options BKTR_OVERRIDE_CARD <card type>
54 * eg options BKTR_OVERRIDE CARD=1
55 *
56 * or using the sysclt hw.bt848.card
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_card : This deals with identifying TV cards.

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

49
50/*
51 * If probeCard() fails to detect the correct card on boot you can
52 * override it by setting adding the following option to your kernel config
53 * options BKTR_OVERRIDE_CARD <card type>
54 * eg options BKTR_OVERRIDE CARD=1
55 *
56 * or using the sysclt hw.bt848.card
57 * eg sysctl -w hw.bt848.card=1
57 * eg sysctl hw.bt848.card=1
58 *
59 * where <card type> is one of the following card defines.
60 */
61
62#define CARD_UNKNOWN 0
63#define CARD_MIRO 1
64#define CARD_HAUPPAUGE 2
65#define CARD_STB 3

--- 22 unchanged lines hidden ---
58 *
59 * where <card type> is one of the following card defines.
60 */
61
62#define CARD_UNKNOWN 0
63#define CARD_MIRO 1
64#define CARD_HAUPPAUGE 2
65#define CARD_STB 3

--- 22 unchanged lines hidden ---