From owner-cvs-sys Sat May 16 00:11:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11225 for cvs-sys-outgoing; Sat, 16 May 1998 00:11:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11160; Sat, 16 May 1998 00:11:10 -0700 (PDT) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA16716; Sat, 16 May 1998 00:07:12 -0700 (PDT) Date: Sat, 16 May 1998 00:07:12 -0700 (PDT) Message-Id: <199805160707.AAA16716@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci README.bt848 brktree_reg.h brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1998/05/16 00:07:12 PDT Modified files: sys/i386/include ioctl_bt848.h sys/pci README.bt848 brktree_reg.h brooktree848.c Log: 1.31 Randall Hopper submitted ioctl to clear the video buffer prior to starting video capture Amancio : clean up yuv12 so that it does not affect rgb capture. Basically, fxtv after capturing in yuv12 mode , switching to rgb would cause the video capture to be too bright. 1.32 disable inverse gamma function for rgb and yuv capture. fixed meteor brightness ioctl it now converts the brightness value from unsigned to signed. 1.33 added sysctl: hw.bt848.tuner, hw.bt848.reverse_mute, hw.bt848.card card takes a value from 0 to bt848_max_card tuner takes a value from 0 to bt848_max_tuner reverse_mute : 0 no effect, 1 reverse tuner mute function some tuners are wired reversed :( Revision Changes Path 1.14 +5 -0 src/sys/i386/include/ioctl_bt848.h 1.9 +24 -9 src/sys/pci/README.bt848 1.15 +12 -0 src/sys/pci/brktree_reg.h 1.37 +424 -279 src/sys/pci/brooktree848.c