summaryrefslogtreecommitdiffstats
path: root/sys/pci/meteor_reg.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-17 09:43:15 +0000
committerjkh <jkh@FreeBSD.org>1996-05-17 09:43:15 +0000
commit7f127180e9427dc242104cce3ace3f102033c0fd (patch)
tree606b5419028b1c20455faf1ada1b890161becda3 /sys/pci/meteor_reg.h
parent5cac466951ccca48a0769488f1e39bbd74feb5da (diff)
downloadFreeBSD-src-7f127180e9427dc242104cce3ace3f102033c0fd.zip
FreeBSD-src-7f127180e9427dc242104cce3ace3f102033c0fd.tar.gz
A patch for the meteor device driver. It fixes:
1) A spelling error pointed out by Paco Hope. 2) A bug in the range checking routing pointed out by Jim Bray. 3) Enables the setting of frames per second. Submitted-By: Jim Lowe <james@miller.cs.uwm.edu>
Diffstat (limited to 'sys/pci/meteor_reg.h')
-rw-r--r--sys/pci/meteor_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor_reg.h b/sys/pci/meteor_reg.h
index 732bfa2..5f93342 100644
--- a/sys/pci/meteor_reg.h
+++ b/sys/pci/meteor_reg.h
@@ -219,7 +219,7 @@ typedef struct meteor_softc {
#define METEOR_RGB16 0x00010000
#define METEOR_RGB24 0x00020000
#define METEOR_YUV_PACKED 0x00040000
-#define METEOR_YUV_PLANER 0x00080000
+#define METEOR_YUV_PLANAR 0x00080000
#define METEOR_WANT_EVEN 0x00100000 /* want even frame */
#define METEOR_WANT_ODD 0x00200000 /* want odd frame */
#define METEOR_WANT_MASK 0x00300000
OpenPOWER on IntegriCloud