Video Spigot entries.

Submitted by:	Jim Lowe <james@blatz.cs.uwm.edu>
This commit is contained in:
Jordan K. Hubbard 1995-02-07 12:07:18 +00:00
parent e3dbac5e96
commit 89bcd2d778
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6231
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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