summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-02-26 16:14:22 +0000
committerroger <roger@FreeBSD.org>1999-02-26 16:14:22 +0000
commit97ffe2750757be675c5bd0f37bf81ffcce13aa97 (patch)
treee1c493f9de79b6c8d813042a5834c8b7153164ac /etc/etc.i386/MAKEDEV
parent1e2759ad39aaac6ac5ae052dc0b048fff233632d (diff)
downloadFreeBSD-src-97ffe2750757be675c5bd0f37bf81ffcce13aa97.zip
FreeBSD-src-97ffe2750757be675c5bd0f37bf81ffcce13aa97.tar.gz
Updated the bktr entry to add vbi*
bktr now makes bktr, tuner and vbi
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 02218b0..bbd609a 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.187 1999/02/14 19:41:36 jkh Exp $
+# $Id: MAKEDEV,v 1.188 1999/02/18 21:17:16 n_hibma 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