Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 1996 19:48:22 -0800 (PST)
From:      Paul Traina <pst>
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
Message-ID:  <199603020348.TAA03950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603020348.TAA03950>