Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 1997 14:31:17 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Randall Hopper <rhh@ct.picker.com>
Cc:        multimedia@freebsd.org
Subject:   Re: bt848/fxtv: More info on system freezes 
Message-ID:  <199704192131.OAA03913@rah.star-gate.com>
In-Reply-To: Your message of "Sat, 19 Apr 1997 14:13:14 EDT." <19970419141314.20369@ct.picker.com> 

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

One thing that may shed some light is if you uncomment printing the
status register and repeat the test.

 #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 );
 */


Uncomment that printf in bktr_intr

	Tnks,
	Amancio





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