1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add support for making the Coda /dev/cfsN devices.

PR:		conf/22695
Submitted by:	Kenneth Ingham <ingham@i-pi.com>
This commit is contained in:
Ian Dowse 2001-11-18 00:20:08 +00:00
parent bf58d635ba
commit 2e40803106
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86515

View File

@ -151,6 +151,7 @@
# kbd keyboard devices
# 3dfx* 3dfx voodoo device for glide (tdfx) (/dev/3dfx,3dfxN,voodoo)
# agpgart AGP interface
# cfs* Coda Distributed Filesystem
#
if [ -n "$MAKEDEVPATH" ]; then
@ -1756,6 +1757,11 @@ tw*)
mknod tw$unit c 19 `unit2minor $unit` root:operator
;;
cfs*)
unit=`expr $i : 'cfs\(.*\)'`
mknod cfs$unit c 93 $unit root:operator
;;
local)
umask 0 # XXX should be elsewhere
sh $0.local