diff options
author | msmith <msmith@FreeBSD.org> | 1998-02-18 13:54:45 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-02-18 13:54:45 +0000 |
commit | 82c844863f8f329486d43e9e011155510b74a32d (patch) | |
tree | 79f492b18f40045f7198505c65df93bc0633ece0 /etc/MAKEDEV | |
parent | 7b0042e67456022585353dbe837c3fad6b06809d (diff) | |
download | FreeBSD-src-82c844863f8f329486d43e9e011155510b74a32d.zip FreeBSD-src-82c844863f8f329486d43e9e011155510b74a32d.tar.gz |
Remove qcam entries
Submitted by: pst
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 778dec2..aae83f0 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -102,12 +102,11 @@ # ctx* Cortex-I video acquisition card # meteor* Matrox Meteor video acquisition card (pci) # bktr* Bt848 based video acquisition card (pci) -# qcam* Connectix QuickCam(tm) parallel port camera # labpc* National Instrument's Lab-PC and LAB-PC+ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $Id: MAKEDEV,v 1.153 1998/02/13 22:40:32 pst Exp $ +# $Id: MAKEDEV,v 1.154 1998/02/17 15:28:29 jkh Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -1059,12 +1058,6 @@ ctx?) chmod 444 ctx$unit ;; -qcam?) - unit=`expr $i : 'qcam\(.*\)'` - mknod qcam$unit c 73 $unit - chmod 444 qcam$unit - ;; - meteor?) unit=`expr $i : 'meteor\(.*\)'` mknod meteor$unit c 67 $unit |