From owner-freebsd-multimedia Sat Mar 15 23:01:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA12217 for multimedia-outgoing; Sat, 15 Mar 1997 23:01:43 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA12206 for ; Sat, 15 Mar 1997 23:01:37 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id XAA04097; Sat, 15 Mar 1997 23:01:35 -0800 (PST) Message-Id: <199703160701.XAA04097@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Steve Passe cc: "Louis A. Mamakos" , multimedia@freebsd.org Subject: Re: latest bt848 code In-reply-to: Your message of "Sat, 15 Mar 1997 23:49:22 MST." <199703160649.XAA24408@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 15 Mar 1997 23:01:35 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I see . Okay this is the patch which I forgot to add: --- *** brktree_reg.h.orig Sat Mar 15 10:54:16 1997 --- brktree_reg.h Sat Mar 15 10:36:40 1997 *************** *** 140,145 **** --- 140,146 ---- u_long odd_fields_captured; /* number of odd fields captured */ u_long range_enable; /* enable range checking ?? */ u_short capcontrol; /* reg 0xdc capture control */ + u_short bktr_cap_ctl; unsigned flags; #define METEOR_INITALIZED 0x00000001 #define METEOR_OPEN 0x00000002 --- Sorry for the confusion, Amancio >From The Desk Of Steve Passe : > Hi, > > > No, > > bktr->bktr_cap_ctl is different than bktr->capcontrol. > > > > capcontrol sets the dma registers > > and bktr_cap_ctl sets the bt848 cap_ctl register. > > > > Originally, I meant capcontrol to be bktr_cap_ctl and it is a typo > > in the original driver. I will clean that up later. > > > > If people are having problems applying the patch I will be happy > > to provide a tar ball. > > then I'm confused, bktr->bktr_cap_ctl isn't defined in my version of > brktree_reg.h., nor in the version of the drivers we committed to freefall > last week. when/where did it come from? > > -- > Steve Passe | powered by > smp@csn.net | Symmetric MultiProcessor FreeBSD >