Reserve Major device 92 for the bktr (Bt848 video capture driver)
This commit is contained in:
parent
c7e5fce812
commit
3fa713b25a
@ -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
|
||||
;;
|
||||
|
||||
|
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user