summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-05-05 20:54:54 +0000
committerjmg <jmg@FreeBSD.org>1997-05-05 20:54:54 +0000
commit4fd522bb448f9c7b19079fde76648b1034d96ff4 (patch)
treeca3b5badae96965b85f72e1731c9788a9090089b /sys/dev
parent40924e377c7624fb8a1a0f208e30a0364780684b (diff)
downloadFreeBSD-src-4fd522bb448f9c7b19079fde76648b1034d96ff4.zip
FreeBSD-src-4fd522bb448f9c7b19079fde76648b1034d96ff4.tar.gz
use frames instead of fields, and restore full meteor compatibility for
generalized pixel support. Submitted by: Amancio Hasty
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bktr/bktr_core.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c
index 898ced1..7b04430 100644
--- a/sys/dev/bktr/bktr_core.c
+++ b/sys/dev/bktr/bktr_core.c
@@ -986,6 +986,10 @@ video_open( bktr_ptr_t bktr )
bktr->video.width = 0;
bktr->video.banksize = 0;
bktr->video.ramsize = 0;
+ bktr->pixfmt_compat = TRUE;
+ bktr->format = METEOR_GEO_RGB16;
+ bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
+
bt848->int_mask = BT848_INT_MYSTERYBIT; /* what does this bit do ??? */
@@ -2849,7 +2853,6 @@ set_fps( bktr_ptr_t bktr, u_short fps )
return;
} else {
bt848->tdec = (int) (((float) fps / 30.0) * 60.0) & 0x3f;
- bt848->tdec |= 0x80;
}
if ( bktr->flags & METEOR_CAP_MASK ) {
OpenPOWER on IntegriCloud