diff options
author | roger <roger@FreeBSD.org> | 1999-02-26 16:14:22 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-02-26 16:14:22 +0000 |
commit | 97ffe2750757be675c5bd0f37bf81ffcce13aa97 (patch) | |
tree | e1c493f9de79b6c8d813042a5834c8b7153164ac /etc/MAKEDEV | |
parent | 1e2759ad39aaac6ac5ae052dc0b048fff233632d (diff) | |
download | FreeBSD-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/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 02218b0..bbd609a 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.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*) |