K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-06-29T06:46:02.000000Z K 7 svn:log V 377 $rotdelay is now initialized to "-d 0 -n 1" and no longer changed based upon disk type. In far more cases than not this is the optimal setting for any disk drive made after 1990. This now means all installs will have the disks newfs'ed with either: newfs -b 8192 -f 1024 -d 0 -n 1 or newfs -n 4096 -f 512 -d 0 -n 1 depending on what the user chooses for the blocking factor. END