summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-04 10:08:24 +0000
committerpst <pst@FreeBSD.org>1996-02-04 10:08:24 +0000
commit30717ee2a1bfccf7d6716bbea2dc6bd075a6bd03 (patch)
tree4f323bb51d5289c06ad7f3babeca2cedac681a8c /share
parentfa0f914f530909c591485a2d18bc5bc2b75da516 (diff)
downloadFreeBSD-src-30717ee2a1bfccf7d6716bbea2dc6bd075a6bd03.zip
FreeBSD-src-30717ee2a1bfccf7d6716bbea2dc6bd075a6bd03.tar.gz
Document ability to skip auto-probe
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/qcam.412
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/qcam.4 b/share/man/man4/man4.i386/qcam.4
index 23093b5..2159ca8 100644
--- a/share/man/man4/man4.i386/qcam.4
+++ b/share/man/man4/man4.i386/qcam.4
@@ -24,6 +24,9 @@ The
driver can share the same port with the lpt driver, however it is
reccommended that the lpt driver be configured for polled operation
if this sharing is to be done.
+The auto-detection code for the camera is reported to
+be flakey at times. Until this is resolved, it may be bypassed by
+by adding "flags 1" to your kernel configuration.
.Sh IOCTLS
The following
.Xr ioctl 2
@@ -63,7 +66,14 @@ The QuickCam reverse engineering project, http://www.crynwr.com/qcpc/
The
.Nm
driver is new to
-.Tn FreeBSD .
+.Tn FreeBSD.
+.Sh BUGS
+The driver spin-waits in the kernel, which means on large transfers,
+the system will be chewing down a lot of time. Doing full motion video
+at 320x240 is not reccomended until this is fixed.
+
+The driver's auto-detection code for finding a camera on a parallel port
+is not reliable on all hardware. See the note above for bypass information.
.Sh AUTHOR
The
.Nm
OpenPOWER on IntegriCloud