From 93f4eda9750f53b86effdc68bb2e6945fe0c18bd Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 9 Sep 1997 06:32:32 +0000 Subject: Amancio's latest in the Brooktree driver. This fixes the european frequency set, separates this further from the Meteor driver and fixes bugs. --- sys/i386/include/ioctl_bt848.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/i386/include/ioctl_bt848.h') diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h index 56ae612..02febcd 100644 --- a/sys/i386/include/ioctl_bt848.h +++ b/sys/i386/include/ioctl_bt848.h @@ -129,6 +129,8 @@ struct eeProm { #define TVTUNER_SETAFC _IOW('x', 53, int) /* turn AFC on/off */ #define TVTUNER_GETAFC _IOR('x', 54, int) /* query AFC on/off */ +#define BT848_SLNOTCH _IOW('x', 55, int) /* set luma notch */ +#define BT848_GLNOTCH _IOR('x', 56, int) /* get luma notch */ /* * XXX: more bad magic, @@ -146,7 +148,8 @@ struct eeProm { * renamed and moved to a common header */ -typedef enum { METEOR_PIXTYPE_RGB, METEOR_PIXTYPE_YUV } METEOR_PIXTYPE; +typedef enum { METEOR_PIXTYPE_RGB, METEOR_PIXTYPE_YUV, + METEOR_PIXTYPE_YUV_PACKED } METEOR_PIXTYPE; struct meteor_pixfmt { u_int index; /* Index in supported pixfmt list */ -- cgit v1.1