From owner-freebsd-multimedia Thu Mar 19 02:42:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03880 for freebsd-multimedia-outgoing; Thu, 19 Mar 1998 02:42:35 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03864 for ; Thu, 19 Mar 1998 02:42:28 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id CAA00321; Thu, 19 Mar 1998 02:42:19 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199803191042.CAA00321@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: vadik likholetov cc: multimedia@FreeBSD.ORG Subject: Re: BT849 + Trio64? In-reply-to: Your message of "Wed, 18 Mar 1998 13:46:59 +0300." <19980318134659.40603@sensi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 19 Mar 1998 02:42:19 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Tnks for the patch. I uploaded the revised driver to http://www.freebsd.org/~ahasty/Bt848.html and at my ftp site: ftp://rah.star-gate.com/pub/bt848.tar.gz Probably this weekend I will commit the driver no rush since -current is kind of out of bounds till Dyson and friends manage to fix the vm sub-system. Cheers, Amancio > On Wed, Mar 18, 1998 at 01:20:34AM -0800, Amancio Hasty wrote: > > > > > Stick this in /sys/pci/brooktree848.c.:bktr_pci_match > > printf ("bktr_pci_match got %x\n", id); > > And please send me the output. > > here is the diff with minor changes: > > --- brooktree848.c.orig Wed Mar 18 13:41:10 1998 > +++ brooktree848.c Wed Mar 18 13:42:36 1998 > @@ -758,6 +758,8 @@ > switch (type) { > case BROOKTREE_848_ID: > return("BrookTree 848"); > + case BROOKTREE_849_ID: > + return("BrookTree 849"); > }; > > return ((char *)0); > --- brktree_reg.h.orig Wed Mar 18 13:40:33 1998 > +++ brktree_reg.h Wed Mar 18 13:40:56 1998 > @@ -36,7 +36,7 @@ > * Definitions for the Philips SAA7116 digital video to pci interface. > */ > #define BROOKTREE_848_ID 0x0350109E > -#define BROOKTREE 849_ID 0x0351109E > +#define BROOKTREE_849_ID 0x0351109E > > typedef volatile u_int bregister_t; > /* > > > > -- > vadik likholetov > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message