summaryrefslogtreecommitdiffstats
path: root/sys/sys/ioctl_bt848.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-09 06:32:32 +0000
committermarkm <markm@FreeBSD.org>1997-09-09 06:32:32 +0000
commit93f4eda9750f53b86effdc68bb2e6945fe0c18bd (patch)
tree20d4a3fa8a54ecba5c8008496a4330cd3c1b6ebf /sys/sys/ioctl_bt848.h
parentd58cb84dae579b2a1bfc078493c903609e669b0a (diff)
downloadFreeBSD-src-93f4eda9750f53b86effdc68bb2e6945fe0c18bd.zip
FreeBSD-src-93f4eda9750f53b86effdc68bb2e6945fe0c18bd.tar.gz
Amancio's latest in the Brooktree driver.
This fixes the european frequency set, separates this further from the Meteor driver and fixes bugs.
Diffstat (limited to 'sys/sys/ioctl_bt848.h')
-rw-r--r--sys/sys/ioctl_bt848.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/ioctl_bt848.h b/sys/sys/ioctl_bt848.h
index 56ae612..02febcd 100644
--- a/sys/sys/ioctl_bt848.h
+++ b/sys/sys/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 */
OpenPOWER on IntegriCloud