mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
add a bktrX target (for Bt848 based cards)
This commit is contained in:
parent
70c8851f9b
commit
94021764b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25693
12
etc/MAKEDEV
12
etc/MAKEDEV
@ -97,13 +97,14 @@
|
||||
# spigot Video Spigot video acquisition card
|
||||
# ctx* Cortex-I video acquisition card
|
||||
# meteor* Matrox Meteor video acquisition card (pci)
|
||||
# bktr* Bt848 based video acquisition card (pci)
|
||||
# qcam* Connectix QuickCam(tm) parallel port camera
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.138 1997/03/05 14:04:00 joerg Exp $
|
||||
# $Id: MAKEDEV,v 1.139 1997/03/10 02:10:58 danny Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -1095,6 +1096,15 @@ meteor?)
|
||||
chmod 444 meteor$unit
|
||||
;;
|
||||
|
||||
bktr?)
|
||||
unit=`expr $i : 'bktr\(.*\)'`
|
||||
rm -f bktr$unit tuner$unit
|
||||
mknod bktr$unit c 79 $unit
|
||||
mknod tuner$unit c 79 $((16 + $unit ))
|
||||
chown root.wheel bktr$unit tuner$unit
|
||||
chmod 444 bktr$unit tuner$unit
|
||||
;;
|
||||
|
||||
tun*)
|
||||
ntun=`expr $i : 'tun\(.*\)$'`
|
||||
unit=0
|
||||
|
@ -97,13 +97,14 @@
|
||||
# spigot Video Spigot video acquisition card
|
||||
# ctx* Cortex-I video acquisition card
|
||||
# meteor* Matrox Meteor video acquisition card (pci)
|
||||
# bktr* Bt848 based video acquisition card (pci)
|
||||
# qcam* Connectix QuickCam(tm) parallel port camera
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.138 1997/03/05 14:04:00 joerg Exp $
|
||||
# $Id: MAKEDEV,v 1.139 1997/03/10 02:10:58 danny Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -1095,6 +1096,15 @@ meteor?)
|
||||
chmod 444 meteor$unit
|
||||
;;
|
||||
|
||||
bktr?)
|
||||
unit=`expr $i : 'bktr\(.*\)'`
|
||||
rm -f bktr$unit tuner$unit
|
||||
mknod bktr$unit c 79 $unit
|
||||
mknod tuner$unit c 79 $((16 + $unit ))
|
||||
chown root.wheel bktr$unit tuner$unit
|
||||
chmod 444 bktr$unit tuner$unit
|
||||
;;
|
||||
|
||||
tun*)
|
||||
ntun=`expr $i : 'tun\(.*\)$'`
|
||||
unit=0
|
||||
|
Loading…
Reference in New Issue
Block a user