Date: Wed, 22 Apr 1998 08:05:02 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Randall Hopper <rhh@ct.picker.com> Cc: Jeremy Porter <jerry@freeside.fc.net>, Luigi Rizzo <luigi@labinfo.iet.unipi.it>, multimedia@FreeBSD.ORG Subject: Re: problem capturing video with BT848/Haughpage Win/Tv Message-ID: <199804221505.IAA20270@rah.star-gate.com> In-Reply-To: Your message of "Wed, 22 Apr 1998 07:02:16 EDT." <19980422070216.B23182@ct.picker.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
If the driver is not delivering signals it is easy to find out .
In brooktree848.c, just stick a printf right before psignal.
/*
* If the user requested to be notified via signal,
* let them know the frame is complete.
*/
if (bktr->proc && !(bktr->signal & METEOR_SIG_MODE_MASK)) {
printf("deliver signal \n");
psignal( bktr->proc,
bktr->signal&(~METEOR_SIG_MODE_MASK) );
}
Cheers,
Amancio
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804221505.IAA20270>
