From owner-freebsd-multimedia Fri Mar 21 14:48:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA19578 for multimedia-outgoing; Fri, 21 Mar 1997 14:48:26 -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 OAA19571 for ; Fri, 21 Mar 1997 14:48:23 -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 OAA02594; Fri, 21 Mar 1997 14:48:16 -0800 (PST) Message-Id: <199703212248.OAA02594@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: "Louis A. Mamakos" cc: Steve Passe , multimedia@freebsd.org Subject: Re: INTs on the bt848 In-reply-to: Your message of "Fri, 21 Mar 1997 17:42:23 EST." <199703212242.RAA09618@whizzo.transsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Mar 1997 14:48:16 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Most Cool! Can you wait till I implement the minor device functionality for the tuner? I should be done by Sunday. Tnks! Amancio >From The Desk Of "Louis A. Mamakos" : > I've got, around here somewhere, a structure definition I made of the > Bt848 local registers, complete with all of the bitfields necessary to > get the packing correctly aligned. My goal was to replace the > current idiom of dereferencing a pointer of the appropriate type > to a simple structure reference. This would make it less likely that > you'd do the wrong thing with the wrongly typed pointer (e.g., u_char * vs > u_long *). > > I may take a shot at that when things settle down a bit - I'm not sure when > exactly that will be with tax time and travel approaching. > > louie >