summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-01-28 16:32:52 +0000
committerroger <roger@FreeBSD.org>1999-01-28 16:32:52 +0000
commitf922e89a9ef2ca5c23b3b04c52118aea647d8e8b (patch)
tree4ae2519c719e2d921ea3c1c0c619f0e9e2052d90
parentc7de0df78589f3f43f2c57f2f6affec5ec891cde (diff)
downloadFreeBSD-src-f922e89a9ef2ca5c23b3b04c52118aea647d8e8b.zip
FreeBSD-src-f922e89a9ef2ca5c23b3b04c52118aea647d8e8b.tar.gz
Added METEOR_DEV2 and METEOR_DEV3
-rw-r--r--sys/dev/bktr/ioctl_bt848.h5
-rw-r--r--sys/i386/include/ioctl_bt848.h5
-rw-r--r--sys/sys/ioctl_bt848.h5
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h
index 783cfe5..5b17c7a 100644
--- a/sys/dev/bktr/ioctl_bt848.h
+++ b/sys/dev/bktr/ioctl_bt848.h
@@ -1,7 +1,7 @@
/*
* extensions to ioctl_meteor.h for the bt848 cards
*
- * $Id$
+ * $Id: ioctl_bt848.h,v 1.19 1998/09/30 21:06:55 sos Exp $
*/
/*
@@ -144,7 +144,8 @@ struct eeProm {
#define METEOR_DEV0 0x00001000
#define METEOR_DEV1 0x00002000
#define METEOR_DEV2 0x00004000
-
+#define METEOR_DEV3 0x00008000
+#define METEOR_DEV_SVIDEO 0x00006000
/*
* right now I don't know were to put these, but as they are suppose to be
* a part of a common video capture interface, these should be relocated to
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index 783cfe5..5b17c7a 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -1,7 +1,7 @@
/*
* extensions to ioctl_meteor.h for the bt848 cards
*
- * $Id$
+ * $Id: ioctl_bt848.h,v 1.19 1998/09/30 21:06:55 sos Exp $
*/
/*
@@ -144,7 +144,8 @@ struct eeProm {
#define METEOR_DEV0 0x00001000
#define METEOR_DEV1 0x00002000
#define METEOR_DEV2 0x00004000
-
+#define METEOR_DEV3 0x00008000
+#define METEOR_DEV_SVIDEO 0x00006000
/*
* right now I don't know were to put these, but as they are suppose to be
* a part of a common video capture interface, these should be relocated to
diff --git a/sys/sys/ioctl_bt848.h b/sys/sys/ioctl_bt848.h
index 783cfe5..5b17c7a 100644
--- a/sys/sys/ioctl_bt848.h
+++ b/sys/sys/ioctl_bt848.h
@@ -1,7 +1,7 @@
/*
* extensions to ioctl_meteor.h for the bt848 cards
*
- * $Id$
+ * $Id: ioctl_bt848.h,v 1.19 1998/09/30 21:06:55 sos Exp $
*/
/*
@@ -144,7 +144,8 @@ struct eeProm {
#define METEOR_DEV0 0x00001000
#define METEOR_DEV1 0x00002000
#define METEOR_DEV2 0x00004000
-
+#define METEOR_DEV3 0x00008000
+#define METEOR_DEV_SVIDEO 0x00006000
/*
* right now I don't know were to put these, but as they are suppose to be
* a part of a common video capture interface, these should be relocated to
OpenPOWER on IntegriCloud