Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 1998 13:46:59 +0300
From:      vadik likholetov <vadik@sensi.org>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: BT849 + Trio64?
Message-ID:  <19980318134659.40603@sensi.org>
In-Reply-To: <199803180920.BAA09715@rah.star-gate.com>; from Amancio Hasty on Wed, Mar 18, 1998 at 01:20:34AM -0800
References:  <XFMail.980318101125.J.Klaus@sh.cvut.cz> <199803180920.BAA09715@rah.star-gate.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?19980318134659.40603>