summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-18 13:50:19 +0000
committermsmith <msmith@FreeBSD.org>1998-02-18 13:50:19 +0000
commit2013639267161a37c075cb12dd7bb6fd7bfa013f (patch)
tree4e2b5d55414b97b387a5d80dafc35ff91a9f841d /share
parent2a88b53c7d0926306907bea1b22e2d1d8d728421 (diff)
downloadFreeBSD-src-2013639267161a37c075cb12dd7bb6fd7bfa013f.zip
FreeBSD-src-2013639267161a37c075cb12dd7bb6fd7bfa013f.tar.gz
Remove qcam manpages
Submitted by: pst
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/Makefile5
-rw-r--r--share/man/man4/man4.i386/qcam.4103
2 files changed, 2 insertions, 106 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 899cffe..9d3a21a 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.70 1998/01/29 10:26:14 jkh Exp $
+# $Id: Makefile,v 1.71 1998/01/30 00:43:16 jkh Exp $
MAN4= aha.4 ahb.4 ahc.4 aic.4 alog.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 de.4 \
dgb.4 ed.4 eg.4 el.4 ep.4 ex.4 gsc.4 fdc.4 fe.4 fxp.4 ie.4 io.4 \
joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 \
meteor.4 mouse.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 \
pcvt.4 perfmon.4 pnp.4 psm.4 \
- qcam.4 scd.4 screen.4 sb.4 sea.4 si.4 sio.4 \
+ scd.4 screen.4 sb.4 sea.4 si.4 sio.4 \
spkr.4 sr.4 sysmouse.4 tw.4 tx.4 uha.4 vx.4 \
wd.4 wfd.4 wl.4 wt.4 ze.4 zp.4
@@ -54,7 +54,6 @@ MLINKS+= pcvt.4 vt.4 pcvt.4 ../pcvt.4 pcvt.4 ../vt.4
MLINKS+= perfmon.4 ../perfmon.4
MLINKS+= pnp.4 ../pnp.4
MLINKS+= psm.4 ../psm.4
-MLINKS+= qcam.4 ../qcam.4
MLINKS+= sb.4 ../sb.4
MLINKS+= scd.4 ../scd.4
MLINKS+= screen.4 ../screen.4
diff --git a/share/man/man4/man4.i386/qcam.4 b/share/man/man4/man4.i386/qcam.4
deleted file mode 100644
index 9d880a7..0000000
--- a/share/man/man4/man4.i386/qcam.4
+++ /dev/null
@@ -1,103 +0,0 @@
-.\"
-.\" $Id: qcam.4,v 1.4.4.2 1997/03/07 03:08:24 mpp Exp $
-.\"
-.Dd Feburary 1, 1996
-.Dt QCAM 4 i386
-.Os FreeBSD
-.Sh NAME
-.Nm qcam
-.Nd Connectix QuickCam(TM) parallel port camera driver
-.Sh SYNOPSIS
-.Cd device qcam0 at isa? at "IO_LPT1" conflicts flags 0x0001
-.Sh DESCRIPTION
-The
-.Nm qcam
-driver provides support for a black and white Connectix
-.Tn QuickCam
-camera. It allows one to utilize all known modes, and may support
-as many cameras as there are parallel ports available.
-.Pp
-When the
-.Tn parallel\ ports
-are probed during boot, the port will be scanned for the presence
-of a camera.
-.Sh KERNEL CONFIGURATION
-The
-.Nm
-driver can share the same port with the lpt driver, however you should
-configure the lpt driver for polled operation using the
-.Xr lptcontrol 8
-program if you would like to be able to swap the
-.Tn QuickCam
-and printer without rebooting. The
-.Nm
-driver itself does not rely on and will not conflict with the lpt
-driver.
-
-The auto-detection code for the camera is notoriously flakey at
-times. Until this is resolved, it may be overridden to force the
-driver to always believe a
-.Nm qcam
-is attached by adding "flags 0x1" to your kernel configuration line.
-.Sh IOCTLS
-The following
-.Xr ioctl 2
-calls apply to
-.Tn QuickCam
-devices.
-They are defined in the header file
-.Aq Pa qcam.h .
-.Pp
-.Bl -tag -width QC_GET
-.It Dv QC_GET
-Read, from the kernel, the current configuration and status
-information about camera.
-.It Dv QC_SET
-Configure the camera for various operating modes. Image size,
-resolution, zoom, and luminosity controls are available.
-.Sh NOTES
-If the camera is not found at boot time, the
-.Nm
-driver will not be available for use.
-.Sh FILES
-.Bl -tag -width /dev/qcamX -compact
-.It Pa /dev/qcam Ns Ar u
-raw mode
-.Tn QuickCam
-camera unit
-.Ar u ,
-accessed as a read-only character device
-.El
-.Sh DIAGNOSTICS
-None.
-.Sh SEE ALSO
-.Xr qcamcontrol 1
-.Xr lptcontrol 8
-.br
-The QuickCam reverse engineering project, http://www.crynwr.com/qcpc/
-.Sh HISTORY
-The
-.Nm
-driver is new to
-.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.
-.Pp
-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.
-.Pp
-The driver does not support Color
-.Tn QuickCam
-devices.
-.Sh AUTHOR
-The
-.Nm
-driver was written by
-.An Paul Traina
-borrowing heavily
-from code written by Thomas Davis, Scott Laird, Paul Chinn, and additional
-work done by Russel Nelson.
-.Sh TRADEMARK
-QuickCam is a registered trademark of Connectix Inc.
OpenPOWER on IntegriCloud