From c9bf339daba6922f07ca99c65d76152e42c27eef Mon Sep 17 00:00:00 2001 From: ahasty Date: Fri, 20 Feb 1998 03:59:53 +0000 Subject: Reserve Major device 92 for the bktr (Bt848 video capture driver) --- etc/MAKEDEV | 6 +++--- etc/etc.i386/MAKEDEV | 6 +++--- 2 files changed, 6 insertions(+), 6 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 ;; diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index aae83f0..7b0093e 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/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 ;; -- cgit v1.1