mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Add device support for the Matrox Meteor.
Submitted by: james
This commit is contained in:
parent
d79e408656
commit
162efbb15c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9841
10
etc/MAKEDEV
10
etc/MAKEDEV
@ -83,10 +83,11 @@
|
||||
# joy pc joystick
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
# meteor* Matrox Meteor video aquisition card (pci)
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.98 1995/07/29 05:25:08 bde Exp $
|
||||
# $Id: MAKEDEV,v 1.99 1995/07/30 12:56:26 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -882,6 +883,13 @@ spigot)
|
||||
chmod 444 spigot
|
||||
;;
|
||||
|
||||
meteor?)
|
||||
unit=`expr $i : 'meteor\(.*\)'`
|
||||
rm -f meteor$unit
|
||||
mknod meteor$unit c 67 $unit
|
||||
chmod 444 meteor$unit
|
||||
;;
|
||||
|
||||
tun?)
|
||||
unit=`expr $i : 'tun\(.*\)'`
|
||||
rm -f tun$unit
|
||||
|
@ -83,10 +83,11 @@
|
||||
# joy pc joystick
|
||||
# tun Tunneling IP device
|
||||
# spigot Video Spigot video aquisition card
|
||||
# meteor* Matrox Meteor video aquisition card (pci)
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.98 1995/07/29 05:25:08 bde Exp $
|
||||
# $Id: MAKEDEV,v 1.99 1995/07/30 12:56:26 jkh Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -882,6 +883,13 @@ spigot)
|
||||
chmod 444 spigot
|
||||
;;
|
||||
|
||||
meteor?)
|
||||
unit=`expr $i : 'meteor\(.*\)'`
|
||||
rm -f meteor$unit
|
||||
mknod meteor$unit c 67 $unit
|
||||
chmod 444 meteor$unit
|
||||
;;
|
||||
|
||||
tun?)
|
||||
unit=`expr $i : 'tun\(.*\)'`
|
||||
rm -f tun$unit
|
||||
|
Loading…
Reference in New Issue
Block a user