summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-03-02 16:04:27 +0000
committerroger <roger@FreeBSD.org>1999-03-02 16:04:27 +0000
commit9cf39d393cf26ccc5ea81a65a4d1472ecd653f2d (patch)
tree754d847bc9eff256999a51ff880b7e4d214fc5ac /etc
parentbf0d61208558260e8137be1c7ffd275cb77d0a76 (diff)
downloadFreeBSD-src-9cf39d393cf26ccc5ea81a65a4d1472ecd653f2d.zip
FreeBSD-src-9cf39d393cf26ccc5ea81a65a4d1472ecd653f2d.tar.gz
Put back the bktr update to generate /dev/vbi
which I managed to delete yesterday.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV5
-rw-r--r--etc/etc.i386/MAKEDEV5
2 files changed, 6 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 1d96a5d..c1761bc 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -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*)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 1d96a5d..c1761bc 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -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*)
OpenPOWER on IntegriCloud