From owner-freebsd-multimedia Mon Oct 6 16:26:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07796 for multimedia-outgoing; Mon, 6 Oct 1997 16:26:40 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from gaia.coppe.ufrj.br (jonny@[146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07789 for ; Mon, 6 Oct 1997 16:26:36 -0700 (PDT) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.7/8.8.7) id VAA01293; Mon, 6 Oct 1997 21:22:29 -0200 (EDT) From: Joao Carlos Mendes Luis Message-Id: <199710062322.VAA01293@gaia.coppe.ufrj.br> Subject: Re: [video] bt848 driver update In-Reply-To: <199710052142.OAA00528@rah.star-gate.com> from Amancio Hasty at "Oct 5, 97 02:42:55 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Mon, 6 Oct 1997 21:22:28 -0200 (EDT) Cc: multimedia@FreeBSD.ORG, brad@parker.boston.ma.us, sklower@CS.Berkeley.EDU X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Amancio Hasty) // Subject: [video] bt848 driver update // Date: Sun, 05 Oct 1997 14:42:55 -0700 // From: Amancio Hasty // // // This driver includes the following patches submitted by: // // 1.0 Hideyuki Suzuki // // Japanese Cable support // // 2.0 Keith Sklower // // Minor update to the BSDI section so it compiles cleanly on BSDI // // 3.0 Joao Carlos Mendes Luis // // ioctl interface to select video format , NTSC, PAL, etc.. // // The driver is available from: // // http://www.freebsd.org/~ahasty/Bt848.html Oops... diff shows no difference between the default RELENG_2_2 driver... http://www.freebsd.org/~ahasty/files/bt848.tar.gz // ftp://rah.star-gate.com/pub/bt848.tar.gz This seems to be ok, but there's a redundant mask as shown in the following patch. --- brooktree848.c Sun Oct 5 18:19:46 1997 +++ brooktree848.c.new Mon Oct 6 21:20:00 1997 @@ -904,7 +904,6 @@ bt848->int_mask = BT848_INT_MYSTERYBIT | BT848_INT_RISCI | - BT848_INT_RISCI | BT848_INT_VSYNC | BT848_INT_FMTCHG; It seems to be ok other than this. But I can only test fully at home. Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 jonny@coppe.ufrj.br Universidade Federal do Rio de Janeiro UFRJ/COPPE/CISI PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2 83 5F E3 26 BF 0F EA 67