diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-07 12:07:18 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-07 12:07:18 +0000 |
commit | 5d2cd114db44f17c1f7243730dd1107ae9c60975 (patch) | |
tree | d43bbc71d91960add923491139c3275f69440a43 /etc/MAKEDEV | |
parent | a22b375b05f7fcaf48018b3c35639ad6b904dfb1 (diff) | |
download | FreeBSD-src-5d2cd114db44f17c1f7243730dd1107ae9c60975.zip FreeBSD-src-5d2cd114db44f17c1f7243730dd1107ae9c60975.tar.gz |
Video Spigot entries.
Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 10 |
1 files changed, 9 insertions, 1 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 |