Date: Wed, 11 Mar 1998 16:06:27 +0300 (MSK) From: Igor Nikolaev <igor@hi.pu.ru> To: multimedia@FreeBSD.ORG Subject: patch for BT849 chip (bktr driver) Message-ID: <XFMail.980311160627.igor@hi.pu.ru>
next in thread | raw e-mail | index | archive | help
Small patch for bktr driver. Original driver have slip of the pen: space instead of underline. === --- brktree_reg.h.orig Thu Feb 26 11:19:12 1998 +++ brktree_reg.h Tue Mar 10 14:28:41 1998 @@ -35,8 +35,8 @@ /* * Definitions for the Philips SAA7116 digital video to pci interface. */ -#define BROOKTREE_848_ID 0x0350109E -#define BROOKTREE 849_ID 0x0351109E +#define BROOKTREE_848_ID 0x0350109E +#define BROOKTREE_849_ID 0x0351109E typedef volatile u_int bregister_t; /* --- brooktree848.c.orig Tue Mar 10 02:58:45 1998 +++ brooktree848.c Tue Mar 10 14:29:29 1998 @@ -755,9 +757,13 @@ static char* bktr_probe( pcici_t tag, pcidi_t type ) { switch (type) { case BROOKTREE_848_ID: return("BrookTree 848"); + case BROOKTREE_849_ID: + return("BrookTree 849"); }; return ((char *)0); === I really works with Aimslab Xtreme, chip bt849af. --- Igor Nikolaev 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?XFMail.980311160627.igor>