Deleted Added
full compact
ioctl_bt848.h (68077) ioctl_bt848.h (123688)
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 *
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 *
4 * $FreeBSD: head/sys/dev/bktr/ioctl_bt848.h 68077 2000-10-31 14:30:29Z roger $
4 * $FreeBSD: head/sys/dev/bktr/ioctl_bt848.h 123688 2003-12-20 17:12:25Z obrien $
5 */
6
5 */
6
7#ifndef _MACHINE_IOCTL_BT848_H_
8#define _MACHINE_IOCTL_BT848_H_
7#ifndef _DEV_BKTR_IOCTL_BT848_H_
8#define _DEV_BKTR_IOCTL_BT848_H_
9
10/*
11 * frequency sets
12 */
13#define CHNLSET_NABCST 1
14#define CHNLSET_CABLEIRC 2
15#define CHNLSET_CABLEHRC 3
16#define CHNLSET_WEUROPE 4

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

289# define BT848_IFORM_F_PALN (0x5)
290# define BT848_IFORM_F_PALM (0x4)
291# define BT848_IFORM_F_PALBDGHI (0x3)
292# define BT848_IFORM_F_NTSCJ (0x2)
293# define BT848_IFORM_F_NTSCM (0x1)
294# define BT848_IFORM_F_AUTO (0x0)
295
296
9
10/*
11 * frequency sets
12 */
13#define CHNLSET_NABCST 1
14#define CHNLSET_CABLEIRC 2
15#define CHNLSET_CABLEHRC 3
16#define CHNLSET_WEUROPE 4

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

289# define BT848_IFORM_F_PALN (0x5)
290# define BT848_IFORM_F_PALM (0x4)
291# define BT848_IFORM_F_PALBDGHI (0x3)
292# define BT848_IFORM_F_NTSCJ (0x2)
293# define BT848_IFORM_F_NTSCM (0x1)
294# define BT848_IFORM_F_AUTO (0x0)
295
296
297#endif /* _MACHINE_IOCTL_BT848_H_ */
297#endif /* _DEV_BKTR_IOCTL_BT848_H_ */
298
298