Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 1998 11:05:37 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Luigi Rizzo <luigi@labinfo.iet.unipi.it>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: New patches for VIC 
Message-ID:  <199804101805.LAA13383@rah.star-gate.com>
In-Reply-To: Your message of "Fri, 10 Apr 1998 18:11:13 %2B0200." <199804101611.SAA08375@labinfo.iet.unipi.it> 

next in thread | previous in thread | raw e-mail | index | archive | help
Whats this for?
	Amancio

> [apologies to the people in Bcc if they receive this twice -- but I am
> hoping them can test, enhance and possibly commit some of this stuff...]
> 
> I have put up a set of patches for vic -- as in the 2.2.6-RELEASE port
> (i suppose this is also the one in -current).
> 
> The most noticeable additions are:
>   * a working x11-grabber (uses a new file, grabber-x11.cc);
>   * a "Freeze" button;
>   * control panel for the Brooktree/Meteor (it also controls the tuner)
> 
> The latter also requires a very small patch to /sys/pci/brooktree848.c
> 
> @@ -1427,7 +1433,10 @@
> 
>         switch ( MINOR( minor(dev) ) ) {
>         case VIDEO_DEV: 
> -               return( video_ioctl( bktr, unit, cmd, arg, pr ) );
> +               { int retcode = video_ioctl( bktr, unit, cmd, arg, pr ) ;
> +               if (retcode != ENOTTY)
> +                       return retcode ;
> +               }
>     
>         case TUNER_DEV:
>                 return( tuner_ioctl( bktr, unit, cmd, arg, pr ) );
> 
> 
> 	cheers
> 	luigi
> -----------------------------+--------------------------------------
> Luigi Rizzo                  |  Dip. di Ingegneria dell'Informazione
> email: luigi@iet.unipi.it    |  Universita' di Pisa
> tel: +39-50-568533           |  via Diotisalvi 2, 56126 PISA (Italy)
> fax: +39-50-568522           |  http://www.iet.unipi.it/~luigi/
> _____________________________|______________________________________
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-multimedia" in the body of the message



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?199804101805.LAA13383>