summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_meteor.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-29 01:07:59 +0000
committerjkh <jkh@FreeBSD.org>1995-11-29 01:07:59 +0000
commit8b518c54b47f7a852f4e88e1174e3dc3edc4bca1 (patch)
tree1edc6902afaa1aa0384c0537aa6ab3d68b13456c /sys/i386/include/ioctl_meteor.h
parent072ed4b1b938c9263f06b0b51f077d17ec0363be (diff)
downloadFreeBSD-src-8b518c54b47f7a852f4e88e1174e3dc3edc4bca1.zip
FreeBSD-src-8b518c54b47f7a852f4e88e1174e3dc3edc4bca1.tar.gz
A batch of Jim Lowe's patches:
o Add signed/unsigned functionality to the matrox meteor device driver. o Apply a few fixes to the sound driver. o Add a ``SPIGOT_UNSECURE'' compile time definition so, if one defines SPIGOT_UNSECURE in their conf file, then they can use the spigot w/o root. There is a warning that this allows users access to the IO page which is probably not secure. Submitted by: james
Diffstat (limited to 'sys/i386/include/ioctl_meteor.h')
-rw-r--r--sys/i386/include/ioctl_meteor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/ioctl_meteor.h b/sys/i386/include/ioctl_meteor.h
index e1fed36..c6fd9a3 100644
--- a/sys/i386/include/ioctl_meteor.h
+++ b/sys/i386/include/ioctl_meteor.h
@@ -113,8 +113,9 @@ struct meteor_counts {
/* internally stored in 32 bits */
#define METEOR_GEO_YUV_PACKED 0x40000 /* 4-2-2 YUV 16 bits packed */
#define METEOR_GEO_YUV_PLANER 0x80000 /* 4-2-2 YUV 16 bits planer */
+#define METEOR_GEO_UNSIGNED 0x400000 /* unsigned uv outputs */
- /* following structure is used to coordinate the syncronous */
+ /* following structure is used to coordinate the synchronous */
struct meteor_mem {
/* kernel write only */
OpenPOWER on IntegriCloud