From owner-freebsd-multimedia Mon Oct 20 19:51:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA11551 for multimedia-outgoing; Mon, 20 Oct 1997 19:51:26 -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 TAA11536 for ; Mon, 20 Oct 1997 19:51:20 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id TAA07392; Mon, 20 Oct 1997 19:51:02 -0700 (PDT) Message-Id: <199710210251.TAA07392@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Randall Hopper cc: Alex Nash , freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv 0.45 In-reply-to: Your message of "Mon, 20 Oct 1997 19:59:05 EDT." <19971020195905.27449@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 20 Oct 1997 19:51:01 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is anyone else having problems with Xi graphics's servers? As for debugging the driver: #if defined( STATUS_SUM ) /* add any new device status or INTerrupt status bits */ status_sum |= (bktr_status & ~(BT848_INT_RSV0|BT848_INT_RSV1)); status_sum |= ((dstatus & (BT848_DSTATUS_COF|BT848_DSTATUS_LOF)) << 6); #endif /* STATUS_SUM */ /* printf( " STATUS %x %x %x \n", dstatus, bktr_status, bt848->risc_count ); */ /* if risc was disabled re-start process again */ if ( !(bktr_status & BT848_INT_RISC_EN) || Just uncomment the above printf , compile , install the new kernel. After rebooting , run fxtv and send me the output of the last 200 or messages . Tnks, Amancio