Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 1997 21:22:28 -0200 (EDT)
From:      Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
To:        hasty@rah.star-gate.com (Amancio Hasty)
Cc:        multimedia@FreeBSD.ORG, brad@parker.boston.ma.us, sklower@CS.Berkeley.EDU
Subject:   Re: [video] bt848 driver update
Message-ID:  <199710062322.VAA01293@gaia.coppe.ufrj.br>
In-Reply-To: <199710052142.OAA00528@rah.star-gate.com> from Amancio Hasty at "Oct 5, 97 02:42:55 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Amancio Hasty)
// Subject: [video] bt848 driver update
// Date: Sun, 05 Oct 1997 14:42:55 -0700
// From: Amancio Hasty <hasty@rah.star-gate.com>

// 
// 
// This driver includes the following patches submitted by:
// 
// 1.0 Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
// 
// Japanese Cable support
// 
// 2.0 Keith Sklower <sklower@CS.Berkeley.EDU>
// 
// Minor update to the BSDI section so it compiles cleanly on BSDI
// 
// 3.0 Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
// 
// 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710062322.VAA01293>