summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-07 12:07:18 +0000
committerjkh <jkh@FreeBSD.org>1995-02-07 12:07:18 +0000
commit5d2cd114db44f17c1f7243730dd1107ae9c60975 (patch)
treed43bbc71d91960add923491139c3275f69440a43 /etc
parenta22b375b05f7fcaf48018b3c35639ad6b904dfb1 (diff)
downloadFreeBSD-src-5d2cd114db44f17c1f7243730dd1107ae9c60975.zip
FreeBSD-src-5d2cd114db44f17c1f7243730dd1107ae9c60975.tar.gz
Video Spigot entries.
Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV10
-rw-r--r--etc/etc.i386/MAKEDEV10
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 98fd880..46b326a 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -73,8 +73,10 @@
# vat VAT compatibility audio driver (requires snd*)
# gsc Genius GS-4500 hand scanner
# joy pc joystick
+# tun Tunneling IP device
+# spigot Video Spigot video aquisition card
#
-# $Id: MAKEDEV,v 1.63 1995/01/25 21:21:28 jmz Exp $
+# $Id: MAKEDEV,v 1.64 1995/02/01 23:15:11 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -693,6 +695,12 @@ joy)
chmod 444 joy0 joy1
;;
+spigot)
+ rm -f spigot
+ mknod spigot 11 0
+ chmod 444 spigot
+ ;;
+
tun?)
unit=`expr $i : 'tun\(.*\)'`
rm -f tun$unit
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 98fd880..46b326a 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -73,8 +73,10 @@
# vat VAT compatibility audio driver (requires snd*)
# gsc Genius GS-4500 hand scanner
# joy pc joystick
+# tun Tunneling IP device
+# spigot Video Spigot video aquisition card
#
-# $Id: MAKEDEV,v 1.63 1995/01/25 21:21:28 jmz Exp $
+# $Id: MAKEDEV,v 1.64 1995/02/01 23:15:11 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -693,6 +695,12 @@ joy)
chmod 444 joy0 joy1
;;
+spigot)
+ rm -f spigot
+ mknod spigot 11 0
+ chmod 444 spigot
+ ;;
+
tun?)
unit=`expr $i : 'tun\(.*\)'`
rm -f tun$unit
OpenPOWER on IntegriCloud