mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Video Spigot entries.
Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>
This commit is contained in:
parent
e3dbac5e96
commit
89bcd2d778
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6231
10
etc/MAKEDEV
10
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user