summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-02 19:25:24 +0000
committerpst <pst@FreeBSD.org>1996-02-02 19:25:24 +0000
commitef78cb2df20f9fdd9d64b1ad0add0dc71b8ce1e8 (patch)
tree2ba16789bcd603197db683febfa31450e0d9aff8 /etc/MAKEDEV
parentacb82eb21b1ae459241f2a862191503b535bc3b6 (diff)
downloadFreeBSD-src-ef78cb2df20f9fdd9d64b1ad0add0dc71b8ce1e8.zip
FreeBSD-src-ef78cb2df20f9fdd9d64b1ad0add0dc71b8ce1e8.tar.gz
Add support for Connectix QuickCam(tm)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 2fa3b96..a876e4e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -90,10 +90,11 @@
# tun Tunneling IP device
# spigot Video Spigot video acquisition card
# meteor* Matrox Meteor video acquisition card (pci)
+# qcam* Connectix QuickCam(tm) parallel port camera
# isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+
#
-# $Id: MAKEDEV,v 1.111 1996/01/28 19:10:37 bde Exp $
+# $Id: MAKEDEV,v 1.112 1996/01/31 15:02:51 mpp Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -993,6 +994,13 @@ spigot)
chmod 444 spigot
;;
+qcam?)
+ unit=`expr $i : 'qcam\(.*\)'`
+ rm -f qcam$unit
+ mknod qcam$unit c 73 $unit
+ chmod 444 qcam$unit
+ ;;
+
meteor?)
unit=`expr $i : 'meteor\(.*\)'`
rm -f meteor$unit
OpenPOWER on IntegriCloud