diff options
author | roger <roger@FreeBSD.org> | 1999-03-01 12:13:24 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-03-01 12:13:24 +0000 |
commit | 941fc329cf32e2a4addeadd51b4275112afbe0e1 (patch) | |
tree | 273375bd2d3f29482929b1ccdd71e6fbf09d404f /etc/MAKEDEV | |
parent | c7f6e24ca8d6e82cf3f9dd52869ed7dd6a7a61d6 (diff) | |
download | FreeBSD-src-941fc329cf32e2a4addeadd51b4275112afbe0e1.zip FreeBSD-src-941fc329cf32e2a4addeadd51b4275112afbe0e1.tar.gz |
Updated the bktr entry to generate bktr*, tuner* and now vbi*
/dev/vbi will allow vbi capture from the bt848 card for software
teletext decoding.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index bbd609a..1d96a5d 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.188 1999/02/18 21:17:16 n_hibma Exp $ +# $Id: MAKEDEV,v 1.189 1999/02/26 16:14:22 roger Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -1233,8 +1233,7 @@ bktr?) unit=`expr $i : 'bktr\(.*\)'` mknod bktr$unit c 92 $unit mknod tuner$unit c 92 $((16 + $unit )) - mknod vbi$unit c 92 $((32 + $unit )) - chmod 444 bktr$unit tuner$unit vbi$unit + chmod 444 bktr$unit tuner$unit ;; tun*) |