Put back the bktr update to generate /dev/vbi

which I managed to delete yesterday.
This commit is contained in:
Roger Hardiman 1999-03-02 16:04:27 +00:00
parent dc461a09bb
commit 69c9ce13b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44426
2 changed files with 6 additions and 4 deletions

View File

@ -121,7 +121,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
# $Id: MAKEDEV,v 1.189 1999/02/26 16:14:22 roger Exp $
# $Id: MAKEDEV,v 1.190 1999/03/01 12:13:24 roger Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@ -1233,7 +1233,8 @@ bktr?)
unit=`expr $i : 'bktr\(.*\)'`
mknod bktr$unit c 92 $unit
mknod tuner$unit c 92 $((16 + $unit ))
chmod 444 bktr$unit tuner$unit
mknod vbi$unit c 92 $((32 + $unit ))
chmod 444 bktr$unit tuner$unit vbi$unit
;;
tun*)

View File

@ -121,7 +121,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
# $Id: MAKEDEV,v 1.189 1999/02/26 16:14:22 roger Exp $
# $Id: MAKEDEV,v 1.190 1999/03/01 12:13:24 roger Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@ -1233,7 +1233,8 @@ bktr?)
unit=`expr $i : 'bktr\(.*\)'`
mknod bktr$unit c 92 $unit
mknod tuner$unit c 92 $((16 + $unit ))
chmod 444 bktr$unit tuner$unit
mknod vbi$unit c 92 $((32 + $unit ))
chmod 444 bktr$unit tuner$unit vbi$unit
;;
tun*)