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:
parent
a0dc2079d2
commit
2332b7be9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user