aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-10-31 14:30:29 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-10-31 14:30:29 +0000
commitdef1ddf3a84b57b61f8ca2c3130f33920d2fed57 (patch)
tree402d09a9f0d768c1cbc455402078f1453212b79a /sys/dev/bktr
parent3051954cb468bb245a5344203f197cd1e21f70bd (diff)
Notes
Diffstat (limited to 'sys/dev/bktr')
-rw-r--r--sys/dev/bktr/ioctl_bt848.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h
index b9dba5adc4c7..b6646c699b7c 100644
--- a/sys/dev/bktr/ioctl_bt848.h
+++ b/sys/dev/bktr/ioctl_bt848.h
@@ -156,8 +156,8 @@ struct bktr_msp_control {
};
#define BT848_MSP_RESET _IO('x', 76) /* MSP chip reset */
-#define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip reset */
-#define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip reset */
+#define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip read */
+#define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip write */
/* Support for radio tuner */
#define RADIO_SETMODE _IOW('x', 58, unsigned int) /* set radio modes */