aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-04-02 01:48:39 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-04-02 01:48:39 +0000
commit938401213d0bb4ce8c96a93831d64b9a17e7d876 (patch)
tree24d7d71f5e2e02d8368792c27d20ac5fabb4cbcc /sys/i386/include/ioctl_bt848.h
parent6f78fb0cc135452b3a0055e862f82b87522d96d6 (diff)
downloadsrc-938401213d0bb4ce8c96a93831d64b9a17e7d876.tar.gz
src-938401213d0bb4ce8c96a93831d64b9a17e7d876.zip
PAL support: magic numbers moved into format_params structure.
Revised AFC interface. Fixed DMA_PROG_ALLOC size misdefinition. Submitted by: richard@cogsci.ed.ac.uk (Richard Tobin)
Notes
Notes: svn path=/head/; revision=24528
Diffstat (limited to 'sys/i386/include/ioctl_bt848.h')
-rw-r--r--sys/i386/include/ioctl_bt848.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 004ac495e8e0..8fa74b7517ee 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -9,8 +9,9 @@
#define CHNLSET_CABLEIRC 2
#define CHNLSET_CABLEHRC 3
#define CHNLSET_WEUROPE 4
+#define CHNLSET_JPNBCST 5
#define CHNLSET_MIN CHNLSET_NABCST
-#define CHNLSET_MAX CHNLSET_WEUROPE
+#define CHNLSET_MAX CHNLSET_JPNBCST
/*
@@ -121,8 +122,13 @@ struct eeProm {
#define BT848_GSTATUS _IOR('x', 49, unsigned int) /* reap status */
-#define BT848_WEEPROM _IOWR('x', 50, struct eeProm)
-#define BT848_REEPROM _IOWR('x', 51, struct eeProm)
+#define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */
+#define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */
+
+#define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
+
+#define TVTUNER_SETAFC _IOW('x', 53, int) /* turn AFC on/off */
+#define TVTUNER_GETAFC _IOR('x', 54, int) /* query AFC on/off */
/*
* XXX: more bad magic,