Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 1997 19:51:01 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Randall Hopper <rhh@ct.picker.com>
Cc:        Alex Nash <nash@mcs.com>, freebsd-multimedia@FreeBSD.ORG
Subject:   Re: fxtv 0.45 
Message-ID:  <199710210251.TAA07392@rah.star-gate.com>
In-Reply-To: Your message of "Mon, 20 Oct 1997 19:59:05 EDT." <19971020195905.27449@ct.picker.com> 

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

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





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