1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Support the 'ciss' device node.

MFC after:	1 week
This commit is contained in:
Mike Smith 2001-11-27 23:12:00 +00:00
parent 1f23b5ad1a
commit 0c8e9b248f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87013

View File

@ -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`