Date: Sat, 15 Mar 1997 23:01:35 -0800 From: Amancio Hasty <hasty@rah.star-gate.com> To: Steve Passe <smp@csn.net> Cc: "Louis A. Mamakos" <louie@TransSys.COM>, multimedia@freebsd.org Subject: Re: latest bt848 code Message-ID: <199703160701.XAA04097@rah.star-gate.com> In-Reply-To: Your message of "Sat, 15 Mar 1997 23:49:22 MST." <199703160649.XAA24408@Ilsa.StevesCafe.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703160701.XAA04097>
