summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-08-31 18:35:06 +0000
committersos <sos@FreeBSD.org>1998-08-31 18:35:06 +0000
commit8e27b7c215bb4859c51e1bd873af1a4e78e68448 (patch)
tree725f76fd5b8a7b31714fbb9d6f035281f8411c24 /sys/i386
parent2cddefeee28308f18edd56895c39e86d02a449e8 (diff)
downloadFreeBSD-src-8e27b7c215bb4859c51e1bd873af1a4e78e68448.zip
FreeBSD-src-8e27b7c215bb4859c51e1bd873af1a4e78e68448.tar.gz
Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.
Added PR kern/7177 for SECAM Video Highway Xtreme with single crystal PLL configuration submitted by Vsevolod Lobko <seva@alex-ua.com>. In kernel configuration file add options OVERRIDE_CARD=2 options OVERRIDE_TUNER=11 options BKTR_USE_PLL Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/ioctl_bt848.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 09a4a5e..a832a21 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -210,8 +210,8 @@ struct bktr_capture_area {
int x_size;
int y_size;
};
-#define BT848SCAPAREA _IOW('x', 69, struct bktr_capture_area)
-#define BT848GCAPAREA _IOR('x', 69, struct bktr_capture_area)
+#define BT848_SCAPAREA _IOW('x', 69, struct bktr_capture_area)
+#define BT848_GCAPAREA _IOR('x', 69, struct bktr_capture_area)
/* Read/Write the BT848's I2C bus directly
* b7-b0: data (read/write)
OpenPOWER on IntegriCloud