From owner-freebsd-multimedia Fri Mar 28 06:57:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13120 for multimedia-outgoing; Fri, 28 Mar 1997 06:57:17 -0800 (PST) Received: from deacon.cogsci.ed.ac.uk (deacon144.cogsci.ed.ac.uk [129.215.144.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA13113 for ; Fri, 28 Mar 1997 06:57:14 -0800 (PST) Received: from pitcairn.cogsci.ed.ac.uk (pitcairn.cogsci.ed.ac.uk [129.215.197.19]) by deacon.cogsci.ed.ac.uk (8.6.10/8.6.12) with ESMTP id OAA22135; Fri, 28 Mar 1997 14:57:10 GMT Date: Fri, 28 Mar 1997 14:57:09 GMT Message-Id: <27703.199703281457@pitcairn.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: newest bt848 driver To: Steve Passe In-Reply-To: Steve Passe's message of Wed, 26 Mar 1997 20:49:49 -0700 Organization: just say no Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I mis-interpreted this to mean your tuner was a SECAM... I'll change it. The fixed version (26b) still has two mistaken references to SECAM: in the comment for the 4062 tuner, and in the PALI tuner assignment in probeCard. Something else that needs to be changed is in METEORSETGEO. The magic numbers 910.0, 480.0 and 240.0 are NTSC-specific. I guess different numbers can be used depending on the format; this would mean that users would have to be sure to set the format *before* setting the geometry. Alternatively the driver could re-set the geometry when the format was changed. By the way, what is the magic number 1.21875 in METEORSETGEO. Is it the ratio of total horizontal pixels to display pixels? If so, that's different for PAL too. -- Richard