Deleted Added
full compact
bktr_reg.h (40781) bktr_reg.h (43098)
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $Id: brktree_reg.h,v 1.22 1998/09/30 21:06:54 sos Exp $
31 * $Id: brktree_reg.h,v 1.23 1998/10/31 11:26:38 nsouch Exp $
32 */
33#ifndef PCI_LATENCY_TIMER
34#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
35#endif
36
37/*
38 * Definitions for the Philips SAA7116 digital video to pci interface.
39 */

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

489 int max_clip_node;
490 bktr_clip_t clip_list[100];
491 int reverse_mute;
492 int bt848_tuner;
493 int bt848_card;
494 u_long id;
495#define BT848_USE_XTALS 0
496#define BT848_USE_PLL 1
32 */
33#ifndef PCI_LATENCY_TIMER
34#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
35#endif
36
37/*
38 * Definitions for the Philips SAA7116 digital video to pci interface.
39 */

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

489 int max_clip_node;
490 bktr_clip_t clip_list[100];
491 int reverse_mute;
492 int bt848_tuner;
493 int bt848_card;
494 u_long id;
495#define BT848_USE_XTALS 0
496#define BT848_USE_PLL 1
497 int xtal_pll_mode; /* Use XTAL or PLL mode for PAL/SECAM */
497 int xtal_pll_mode; /* Use XTAL or PLL mode for PAL/SECAM */ int remote_control; /* remote control detected */
498 int remote_control_addr; /* remote control i2c address */
499
498};
499
500typedef struct bktr_softc bktr_reg_t;
501typedef struct bktr_softc* bktr_ptr_t;
502
503#define Bt848_MAX_SIGN 16
504
505struct bt848_card_sig {
506 int card;
507 int tuner;
508 u_char signature[Bt848_MAX_SIGN];
509};
500};
501
502typedef struct bktr_softc bktr_reg_t;
503typedef struct bktr_softc* bktr_ptr_t;
504
505#define Bt848_MAX_SIGN 16
506
507struct bt848_card_sig {
508 int card;
509 int tuner;
510 u_char signature[Bt848_MAX_SIGN];
511};