Deleted Added
full compact
bktr_card.c (138938) bktr_card.c (139563)
1/*-
2 * 1. Redistributions of source code must retain the
3 * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
30 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#include <sys/cdefs.h>
1/*-
2 * 1. Redistributions of source code must retain the
3 * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
30 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/dev/bktr/bktr_card.c 138936 2004-12-16 23:37:41Z julian $");
35__FBSDID("$FreeBSD: head/sys/dev/bktr/bktr_card.c 139563 2005-01-02 04:47:36Z julian $");
36
37/*
38 * This is part of the Driver for Video Capture Cards (Frame grabbers)
39 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
40 * chipset.
41 * Copyright Roger Hardiman and Amancio Hasty.
42 *
43 * bktr_card : This deals with identifying TV cards.

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

375 0, /* dbx unknown */
376 0,
377 0,
378 0, /* EEProm unknown */
379 0, /* size unknown */
380 { 0x02, 0x01, 0x00, 0x0a, 1 }, /* audio MUX values */
381 0x03000F }, /* GPIO mask */
382
36
37/*
38 * This is part of the Driver for Video Capture Cards (Frame grabbers)
39 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
40 * chipset.
41 * Copyright Roger Hardiman and Amancio Hasty.
42 *
43 * bktr_card : This deals with identifying TV cards.

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

375 0, /* dbx unknown */
376 0,
377 0,
378 0, /* EEProm unknown */
379 0, /* size unknown */
380 { 0x02, 0x01, 0x00, 0x0a, 1 }, /* audio MUX values */
381 0x03000F }, /* GPIO mask */
382
383 { CARD_PIXELVIEW_PLAYTV_PAK, /* the card id */
384 "PixelView PlayTV Pak", /* the 'name' */
385 NULL, /* the tuner */
386 0, /* the tuner i2c address */
387 0, /* dbx is optional */
388 0,
389 0,
390 PFC8582_WADDR, /* EEProm type */
391 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
392 { 0x20000, 0x80000, 0, 0xa8000, 1 }, /* audio MUX values */
393 0xAA0000 }, /* GPIO mask */
394
383};
384
385struct bt848_card_sig bt848_card_signature[1]= {
386 /* IMS TURBO TV : card 5 */
387 { 5,9, {00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 02, 00, 00, 00}}
388
389
390};

--- 949 unchanged lines hidden ---
395};
396
397struct bt848_card_sig bt848_card_signature[1]= {
398 /* IMS TURBO TV : card 5 */
399 { 5,9, {00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 02, 00, 00, 00}}
400
401
402};

--- 949 unchanged lines hidden ---