From owner-freebsd-multimedia Sat Mar 22 17:40:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA13773 for multimedia-outgoing; Sat, 22 Mar 1997 17:40:27 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA13762 for ; Sat, 22 Mar 1997 17:40:24 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 22 Mar 1997 20:39:32 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA26401; Sat, 22 Mar 97 20:39:30 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id UAA13899; Sat, 22 Mar 1997 20:36:45 -0500 Message-Id: <19970322203645.17711@ct.picker.com> Date: Sat, 22 Mar 1997 20:36:45 -0500 From: Randall Hopper To: Steve Passe Cc: multimedia@freebsd.org Subject: Re: bt848 video losing sync References: <19970322191331.35902@ct.picker.com> <199703230051.RAA15028@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: <199703230051.RAA15028@Ilsa.StevesCafe.com>; from Steve Passe on Sat, Mar 22, 1997 at 05:51:01PM -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk |While trying to determine the problem I create an ioctl to return |bt848 video input status. bits of interest in the bt848 status would include: | if (ioctl(video, BT848_GSTATUS, &x) < 0) |this ioctl can be called at anytime to see the current PLL status. | if (ioctl(video, TVTUNER_GETSTATUS, &x) < 0) Thanks for the suggestions. It looks like though that only the TVTUNER_GETSTATUS ioctl is implemented in the 960320 version of the driver. Can you mail me the code for your BT848_{GSTATUS,CCBARS,SCBARS} ioctls? Thanks. Also, I'd appreciate it if you mail me some contact info (names, phone numbers, spec sheet #s, etc.) for getting all the docs on the Phillips tuner, incl the TSA5522 datasheet you mentioned (and from grepping the driver, I guess the PFC8582 as well). Randall