K 10 svn:author V 3 bde K 8 svn:date V 27 1996-01-14T20:32:14.000000Z K 7 svn:log V 354 Fixed an overflowing multiplication in vnstrategy() by replacing it with the standard macro dbtob(). The non-B_PAGING case now works well enough to run newfs on a 32GB virtual drive. Fixed numerous bogus variable types and one overflowing multiplication in the B_PAGING case of vnstrategy(). Swapping to virtual drives larger than 2GB might work now. END