aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-03 16:13:35 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-03 16:13:35 +0000
commit01645cb5c9f00286ca2df36c13b77ba60a6964c6 (patch)
tree98ab2551fb3f532ccc5b4d933ad0f54845c47d65 /etc/MAKEDEV
parent59e5dcc34fd4a94b4fc313a4c90abca69b5d70df (diff)
downloadsrc-01645cb5c9f00286ca2df36c13b77ba60a6964c6.tar.gz
src-01645cb5c9f00286ca2df36c13b77ba60a6964c6.zip
Merged Cortex frame grabber entry from 2.2.
Notes
Notes: svn path=/head/; revision=23345
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 964e175c1148..0977480bf7e0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -95,6 +95,7 @@
# tun* Tunneling IP device
# snp* tty snoop devices
# spigot Video Spigot video acquisition card
+# ctx* Cortex-I video acquisition card
# meteor* Matrox Meteor video acquisition card (pci)
# qcam* Connectix QuickCam(tm) parallel port camera
# isdn* ISDN devices
@@ -1069,6 +1070,13 @@ spigot)
chmod 444 spigot
;;
+ctx?)
+ unit=`expr $i : 'ctx\(.*\)'`
+ rm -f ctx$unit
+ mknod ctx$unit c 40 $unit
+ chmod 444 ctx$unit
+ ;;
+
qcam?)
unit=`expr $i : 'qcam\(.*\)'`
rm -f qcam$unit