summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorahasty <ahasty@FreeBSD.org>1998-02-20 03:59:53 +0000
committerahasty <ahasty@FreeBSD.org>1998-02-20 03:59:53 +0000
commitc9bf339daba6922f07ca99c65d76152e42c27eef (patch)
treec213d147d967f2664942855d898ab4a2f89e8db9 /etc/MAKEDEV
parent17d270acba123b5e7ce6a9fc802b17da8e2f6cbb (diff)
downloadFreeBSD-src-c9bf339daba6922f07ca99c65d76152e42c27eef.zip
FreeBSD-src-c9bf339daba6922f07ca99c65d76152e42c27eef.tar.gz
Reserve Major device 92 for the bktr (Bt848 video capture driver)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index aae83f0..7b0093e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -106,7 +106,7 @@
# perfmon CPU performance-monitoring counters
# pci PCI configuration-space access from user mode
#
-# $Id: MAKEDEV,v 1.154 1998/02/17 15:28:29 jkh Exp $
+# $Id: MAKEDEV,v 1.155 1998/02/18 13:54:45 msmith Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -1066,8 +1066,8 @@ meteor?)
bktr?)
unit=`expr $i : 'bktr\(.*\)'`
- mknod bktr$unit c 79 $unit
- mknod tuner$unit c 79 $((16 + $unit ))
+ mknod bktr$unit c 92 $unit
+ mknod tuner$unit c 92 $((16 + $unit ))
chmod 444 bktr$unit tuner$unit
;;
OpenPOWER on IntegriCloud