From owner-freebsd-multimedia Sun Feb 23 20:09:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA25109 for multimedia-outgoing; Sun, 23 Feb 1997 20:09:59 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA25101 for ; Sun, 23 Feb 1997 20:09:57 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 23 Feb 1997 23:08:05 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA05783; Sun, 23 Feb 97 23:07:58 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id XAA00850; Sun, 23 Feb 1997 23:05:44 -0500 Message-Id: <19970223230544.24713@ct.picker.com> Date: Sun, 23 Feb 1997 23:05:44 -0500 From: Randall Hopper To: Amancio Hasty Cc: multimedia@FreeBSD.org Subject: Re: New BT848 driver 0.2 - that's it! References: <19970223205318.12700@ct.picker.com> <199702240227.SAA00779@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 In-Reply-To: <199702240227.SAA00779@rah.star-gate.com>; from Amancio Hasty on Feb 02, 1997 at 06:27:01PM Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty: |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; Bingo! I've had DTV running continuously @ 640x480 for 10 minutes and off-and-on for about 20 minutes with no crash. Great job remote trouble-shooting from very little info! With some experimentation, it seems that setting bit 23 of the INT_MASK is the key. (Scratch, scratch...) Now what I'm trying to figure out is how you knew to try that and "why" that works?! According to the spec, that bit is in a "Reserved" block from bits 23-20 of the INT_STATUS/_MASK registers. That bit also wasn't set in any lines of the STATUS dump I mailed either. So what's your secret? :-) Or am I just missing something blatently obvious. Thanks again! Randall