summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-03-02 03:48:19 +0000
committerpst <pst@FreeBSD.org>1996-03-02 03:48:19 +0000
commit762729293978fb9b9aa6dc7d9dd4c493d3d5e1b2 (patch)
tree5f49d7e80dfec56f20372707ab823a774bf0a962 /sys/conf
parentb7119381ddf8aa189b8d1e37080426b23971412d (diff)
downloadFreeBSD-src-762729293978fb9b9aa6dc7d9dd4c493d3d5e1b2.zip
FreeBSD-src-762729293978fb9b9aa6dc7d9dd4c493d3d5e1b2.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 5c9cc20..bef328a 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.127 1996/02/02 06:55:35 pst Exp $
+# $Id: files.i386,v 1.128 1996/02/26 00:58:38 gibbs Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -120,6 +120,7 @@ i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/psm.c optional psm device-driver
i386/isa/qcam.c optional qcam device-driver
+i386/isa/qcamio.c optional qcam device-driver
i386/isa/random_machdep.c standard
i386/isa/rc.c optional rc device-driver
i386/isa/scd.c optional scd device-driver
OpenPOWER on IntegriCloud