From owner-freebsd-multimedia Fri Feb 21 23:04:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA25885 for multimedia-outgoing; Fri, 21 Feb 1997 23:04:13 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA25878 for ; Fri, 21 Feb 1997 23:04:10 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id WAA19336; Fri, 21 Feb 1997 22:59:05 -0800 (PST) Message-Id: <199702220659.WAA19336@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Randall Hopper cc: multimedia@freebsd.org Subject: Re: New BT848 driver 0.2 In-reply-to: Your message of "Fri, 21 Feb 1997 23:39:17 EST." <19970221233917.00785@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Feb 1997 22:59:05 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Randall Hopper : > Thanks for the driver update. The display is very nice there for > anywhere from 1 to 26 seconds, and then my whole system freezes. Please, try this out: In brooktree848.c:bktr_intr, uncomment the following line: /* printf(" STATUS %x %x %x \n", s_status, bktr_status, t_pc); */ rebuild the kernel and install it. Make sure that you have at least one xterm monitoring the console: xterm -C -bg gray80 -sl 3000 & Tnks, Amancio