From owner-freebsd-multimedia Fri Mar 21 14:42:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18648 for multimedia-outgoing; Fri, 21 Mar 1997 14:42:36 -0800 (PST) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA18639 for ; Fri, 21 Mar 1997 14:42:31 -0800 (PST) Received: from localhost.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.8.5/8.7.3) with SMTP id RAA09618; Fri, 21 Mar 1997 17:42:23 -0500 (EST) Message-Id: <199703212242.RAA09618@whizzo.transsys.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Amancio Hasty cc: Steve Passe , multimedia@freebsd.org From: "Louis A. Mamakos" Subject: Re: INTs on the bt848 References: <199703212202.OAA02176@rah.star-gate.com> In-reply-to: Your message of "Fri, 21 Mar 1997 14:02:43 PST." <199703212202.OAA02176@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Mar 1997 17:42:23 -0500 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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