From owner-freebsd-multimedia Mon Oct 6 21:05:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA23047 for multimedia-outgoing; Mon, 6 Oct 1997 21:05:41 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA23039 for ; Mon, 6 Oct 1997 21:05:37 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id VAA17532; Mon, 6 Oct 1997 21:05:22 -0700 (PDT) Message-Id: <199710070405.VAA17532@rah.star-gate.com> To: Joao Carlos Mendes Luis cc: multimedia@FreeBSD.ORG, brad@parker.boston.ma.us, sklower@CS.Berkeley.EDU Subject: Re: [video] bt848 driver update In-reply-to: Your message of "Mon, 06 Oct 1997 21:22:28 -0200." <199710062322.VAA01293@gaia.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Oct 1997 21:05:21 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tnks, I took out the redundant bit setting. The driver up at www.freebsd.org has been updated and I getting ready to generate diffs for submittal. Cheers, Amancio >From The Desk Of Joao Carlos Mendes Luis : > #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