Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 1997 23:10:09 -0700
From:      Steve Passe <smp@csn.net>
To:        "Louis A. Mamakos" <louie@TransSys.COM>
Cc:        Amancio Hasty <hasty@rah.star-gate.com>, multimedia@freebsd.org
Subject:   Re: latest bt848 code 
Message-ID:  <199703160610.XAA23910@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Sun, 16 Mar 1997 00:52:06 EST." <199703160552.AAA00879@whizzo.transsys.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> That's what I started with, to replace the version in the CVS repository.  I
> then applied your patch to brooktree848.c, and the result wouldn't 
> compile due to an unknown symbol 'bktr_cap_ctl' in the bktr_reg_t typedef.
> 
> Perhaps there's part of your changes that didn't make it into the patch?  
> Were there changes any of the other files?

not being setup to compile right now I am at a bit of a disadvantage,
but looking at the patch file and brktree_reg.h:

         default:
+               bktr->bktr_cap_ctl  = 0x13;
                bt848[0xdc] = 0x13;
                      ^^^^

265 % grep cap brktree_reg.h
 ...
    u_short     capcontrol;     /* reg 0xdc capture control */
                                       ^^^^

I would guess you want to change all:
 bktr->bktr_cap_ctl

to:
 bktr->capcontrol

ie., the 4 places it was introduced by the patch.

--
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?199703160610.XAA23910>