summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-04-02 01:48:39 +0000
committerfsmp <fsmp@FreeBSD.org>1997-04-02 01:48:39 +0000
commite15367f402853296b0c91403b1ca75dc982eae71 (patch)
treed955a6bb6e4b0f23bee4c062d9ec5c6d602ec937 /sys/i386/include/ioctl_bt848.h
parent483d5e360ee98a0fb4401c3d5cf9a071d02f21a7 (diff)
downloadFreeBSD-src-e15367f402853296b0c91403b1ca75dc982eae71.zip
FreeBSD-src-e15367f402853296b0c91403b1ca75dc982eae71.tar.gz
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)
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 004ac49..8fa74b7 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,
OpenPOWER on IntegriCloud