Date: Thu, 19 Mar 1998 02:42:19 -0800 From: Amancio Hasty <hasty@rah.star-gate.com> To: vadik likholetov <vadik@sensi.org> Cc: multimedia@FreeBSD.ORG Subject: Re: BT849 + Trio64? Message-ID: <199803191042.CAA00321@rah.star-gate.com> In-Reply-To: Your message of "Wed, 18 Mar 1998 13:46:59 %2B0300." <19980318134659.40603@sensi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803191042.CAA00321>