Date: Sat, 16 May 1998 00:07:12 -0700 (PDT) From: Amancio Hasty <ahasty@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 Message-ID: <199805160707.AAA16716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <rhh@ct.picker.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805160707.AAA16716>