summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-01 13:15:52 +0000
committerjkh <jkh@FreeBSD.org>1995-08-01 13:15:52 +0000
commitc93738880cf44616a99a51717df53b16bac0effb (patch)
tree18663f43068c55f37870d155a1883dd267cbdb09 /etc
parent22c20fd4c145ef6b2c7aaa455986ef304b4aaca7 (diff)
downloadFreeBSD-src-c93738880cf44616a99a51717df53b16bac0effb.zip
FreeBSD-src-c93738880cf44616a99a51717df53b16bac0effb.tar.gz
Add device support for the Matrox Meteor.
Submitted by: james
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV10
-rw-r--r--etc/etc.i386/MAKEDEV10
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index fff5150..8290464 100644
--- a/etc/MAKEDEV
+++ b/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
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index fff5150..8290464 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/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
OpenPOWER on IntegriCloud