summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-03-19 19:08:31 +0000
committerfsmp <fsmp@FreeBSD.org>1997-03-19 19:08:31 +0000
commit72e8c276b94b92c21c8dafd19dff9d6f9e525d87 (patch)
tree89023cb7be866e0057856e617bf6166adf944bf2 /sys/i386/include/ioctl_bt848.h
parent04fe1d2b5e592a64fd6287adb2ffa32991639dbb (diff)
downloadFreeBSD-src-72e8c276b94b92c21c8dafd19dff9d6f9e525d87.zip
FreeBSD-src-72e8c276b94b92c21c8dafd19dff9d6f9e525d87.tar.gz
additions for table-driven frequency calculation.
addition of colorbar ioctl.
Diffstat (limited to 'sys/i386/include/ioctl_bt848.h')
-rw-r--r--sys/i386/include/ioctl_bt848.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 31f9ddd..ad18dd4 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -9,6 +9,8 @@
#define TUNERTYPE_CABLEIRC 2
#define TUNERTYPE_CABLEHRC 3
#define TUNERTYPE_WEUROPE 4
+#define TUNERTYPE_MIN TUNERTYPE_NABCST
+#define TUNERTYPE_MAX TUNERTYPE_WEUROPE
/*
@@ -63,6 +65,11 @@
#define BT848_SATVSTEPS 512
+struct eeProm {
+ u_char bytes[ 256 ];
+};
+
+
/*
* XXX: this is a hack, should be in ioctl_meteor.h
* here to avoid touching that file for now...
@@ -89,6 +96,10 @@
#define BT848_SUSAT _IOW('x', 42, int) /* set chroma U sat */
#define BT848_GUSAT _IOR('x', 42, int) /* get U saturation */
+#define BT848_SCBARS _IOR('x', 43, int) /* set colorbar */
+#define BT848_CCBARS _IOR('x', 44, int) /* clear colorbar */
+
+#define BT848_EEPROM _IOR('x', 45, struct eeProm)
/*
* XXX: more bad magic,
OpenPOWER on IntegriCloud