From owner-freebsd-multimedia Fri Apr 10 10:42:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17603 for freebsd-multimedia-outgoing; Fri, 10 Apr 1998 10:42:38 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA17589 for ; Fri, 10 Apr 1998 10:42:29 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id SAA08375; Fri, 10 Apr 1998 18:11:14 +0200 From: Luigi Rizzo Message-Id: <199804101611.SAA08375@labinfo.iet.unipi.it> Subject: New patches for VIC To: multimedia@FreeBSD.ORG Date: Fri, 10 Apr 1998 18:11:13 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [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