From owner-freebsd-multimedia Sat Mar 15 22:10:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA10087 for multimedia-outgoing; Sat, 15 Mar 1997 22:10:21 -0800 (PST) Received: from Ilsa.StevesCafe.com (sc-gw.StevesCafe.com [205.168.119.191]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA10082 for ; Sat, 15 Mar 1997 22:10:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.7.5/8.6.12) with SMTP id XAA23910; Sat, 15 Mar 1997 23:10:09 -0700 (MST) Message-Id: <199703160610.XAA23910@Ilsa.StevesCafe.com> X-Authentication-Warning: Ilsa.StevesCafe.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: "Louis A. Mamakos" cc: Amancio Hasty , multimedia@freebsd.org Subject: Re: latest bt848 code In-reply-to: Your message of "Sun, 16 Mar 1997 00:52:06 EST." <199703160552.AAA00879@whizzo.transsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 15 Mar 1997 23:10:09 -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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