Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 1997 18:27:01 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Randall Hopper <rhh@ct.picker.com>
Cc:        multimedia@FreeBSD.org
Subject:   Re: New BT848 driver 0.2 
Message-ID:  <199702240227.SAA00779@rah.star-gate.com>
In-Reply-To: Your message of "Sun, 23 Feb 1997 20:53:18 EST." <19970223205318.12700@ct.picker.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

In brooktree848.c , look for 
	case METEOR_CAP_CONTINOUS:

change :

	btl_reg = (u_long *) &bt848[BKTR_INT_MASK];
	*btl_reg =    1 << 18 | 1 << 11 | 2;

to:

		btl_reg = (u_long *) &bt848[BKTR_INT_MASK];
		*btl_reg =    1 << 23 |   2 | 1;


Give that a try ...

	Tnks,
	Amancio





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