summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 56bc62f..f914d5d 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1783,6 +1783,11 @@ amr*)
mknod amr$unit c 132 `unit2minor $unit`
;;
+ciss*)
+ unit=`expr $i : 'ciss\(.*\)'`
+ mknod ciss$unit c 166 `unit2minor $unit`
+ ;;
+
3dfx*)
unit=`expr $i : '3dfx\(.*\)'`
mknod 3dfx$unit c 107 `unit2minor $unit`
OpenPOWER on IntegriCloud