From owner-cvs-sys Fri Mar 1 19:48:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA03968 for cvs-sys-outgoing; Fri, 1 Mar 1996 19:48:29 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA03950 Fri, 1 Mar 1996 19:48:22 -0800 (PST) Date: Fri, 1 Mar 1996 19:48:22 -0800 (PST) From: Paul Traina Message-Id: <199603020348.TAA03950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/isa qcamdefs.h qcamio.c qcam.c qcamreg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk pst 96/03/01 19:48:21 Modified: sys/i386/conf files.i386 sys/i386/isa qcam.c qcamreg.h Added: sys/i386/isa qcamdefs.h qcamio.c Log: Update the Connectix QuickCam driver to match my current work. - split driver into FreeBSD specific and camera specific portions (qcamio.c can run in user mode, with a Linux "driver top" etc, and qcam.c should be trivial to port to NetBSD and BSDI.) - support for 4bppand bidirectional transfers working better - start of interleaved data-transfers byte-stream decodes (some of this stuff has been pulled out for the moment to make it easier to debug) At this point, anyone who wants to port it to other platforms should feel free to do so. Please feed changes directly back to me so that I can produce a unified distribution. Revision Changes Path 1.129 +2 -1 src/sys/i386/conf/files.i386 1.5 +14 -461 src/sys/i386/isa/qcam.c 1.2 +8 -0 src/sys/i386/isa/qcamreg.h