From owner-freebsd-multimedia Fri Apr 10 11:05:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22827 for freebsd-multimedia-outgoing; Fri, 10 Apr 1998 11:05:54 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22819 for ; Fri, 10 Apr 1998 11:05:51 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA13383; Fri, 10 Apr 1998 11:05:37 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199804101805.LAA13383@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Luigi Rizzo cc: multimedia@FreeBSD.ORG Subject: Re: New patches for VIC In-reply-to: Your message of "Fri, 10 Apr 1998 18:11:13 +0200." <199804101611.SAA08375@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Apr 1998 11:05:37 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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