summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/bktr/ioctl_bt848.h4
-rw-r--r--sys/i386/include/ioctl_bt848.h4
-rw-r--r--sys/sys/ioctl_bt848.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h
index b9dba5a..b6646c6 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 */
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index b9dba5a..b6646c6 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/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 */
diff --git a/sys/sys/ioctl_bt848.h b/sys/sys/ioctl_bt848.h
index b9dba5a..b6646c6 100644
--- a/sys/sys/ioctl_bt848.h
+++ b/sys/sys/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 */
OpenPOWER on IntegriCloud