From owner-cvs-sys Wed Nov 5 23:46:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA28272 for cvs-sys-outgoing; Wed, 5 Nov 1997 23:46:18 -0800 (PST) (envelope-from owner-cvs-sys) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA28225; Wed, 5 Nov 1997 23:45:47 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id XAA02463; Wed, 5 Nov 1997 23:45:45 -0800 (PST) Message-Id: <199711060745.XAA02463@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Mark Murray cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brooktree848.c In-reply-to: Your message of "Wed, 05 Nov 1997 23:04:12 PST." <199711060704.XAA11344@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Nov 1997 23:45:45 -0800 From: Amancio Hasty Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Please don't forget to update 2.2.5 for now the bt848 driver for 2.2.5 and 3.0 should be exactly the same. Tnks Amancio > markm 1997/11/05 23:04:11 PST > > Modified files: > sys/i386/include ioctl_bt848.h > Log: > Add the IOCTL for Luigi's BT848 -> I2C bus driver. > > Revision Changes Path > 1.10 +8 -1 src/sys/i386/include/ioctl_bt848.h > > Modified files: > sys/pci brooktree848.c > Log: > 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver. > 2) Fix temporal decimation, disable it when > doing CAP_SINGLEs, and in dual-field capture, don't > capture fields for different frames > > Submitted by: Luigi Rizzo & Randall Hopper > > Revision Changes Path > 1.18 +113 -14 src/sys/pci/brooktree848.c