From 5d2cd114db44f17c1f7243730dd1107ae9c60975 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 7 Feb 1995 12:07:18 +0000 Subject: Video Spigot entries. Submitted by: Jim Lowe --- etc/MAKEDEV | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'etc/MAKEDEV') 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 -- cgit v1.1