summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorahasty <ahasty@FreeBSD.org>1998-02-26 08:19:14 +0000
committerahasty <ahasty@FreeBSD.org>1998-02-26 08:19:14 +0000
commit275db989363b2d369cffa61f1477ed64f0e52455 (patch)
tree045050245acb9776932ae821c33f2931c72ce0c9 /sys/i386/include/ioctl_bt848.h
parent4fc0ab87d768cc7a86abd38b1e022daccb8aa649 (diff)
downloadFreeBSD-src-275db989363b2d369cffa61f1477ed64f0e52455.zip
FreeBSD-src-275db989363b2d369cffa61f1477ed64f0e52455.tar.gz
Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>
Amancio
Diffstat (limited to 'sys/i386/include/ioctl_bt848.h')
-rw-r--r--sys/i386/include/ioctl_bt848.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 17e57e5..91a0d9b 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -202,8 +202,13 @@ struct _bktr_clip {
#define BT848_I2CWR _IOWR('x', 57, u_long) /* i2c read-write */
/* Support for radio tuner */
#define RADIO_SETMODE _IOW('x', 58, unsigned int) /* set radio modes */
+#define RADIO_GETMODE _IOR('x', 58, unsigned char) /* get radio modes */
+#define RADIO_AFC 0x01 /* These modes will probably not */
+#define RADIO_MONO 0x02 /* work on the FRxxxx. It does */
+#define RADIO_MUTE 0x08 /* work on the FMxxxx. */
#define RADIO_SETFREQ _IOW('x', 59, unsigned int) /* set frequency */
#define RADIO_GETFREQ _IOR('x', 59, unsigned int) /* set frequency */
+ /* Argument is frequency*100MHz */
/* XXX - Copied from /sys/pci/brktree_reg.h */
#define BT848_IFORM_FORMAT (0x7<<0)
OpenPOWER on IntegriCloud