summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-11-27 23:12:00 +0000
committermsmith <msmith@FreeBSD.org>2001-11-27 23:12:00 +0000
commite614b0ad04fb68e58810030f9e98860c6334ebfd (patch)
treece0d4fa8c19c4c0d1f73c2e864f21c5be186b4d9 /etc
parent8eefba4b031a631b63aa69d705a07522aa6c30fc (diff)
downloadFreeBSD-src-e614b0ad04fb68e58810030f9e98860c6334ebfd.zip
FreeBSD-src-e614b0ad04fb68e58810030f9e98860c6334ebfd.tar.gz
Support the 'ciss' device node.
MFC after: 1 week
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