diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 3aafdb09827b..02c0d3a4306c 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -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