K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-01-27T23:49:45.000000Z K 7 svn:log V 202 Fix but in devfs_strategy(). Switch cases were falling through instead of breaking out, so a VCHR devices would run the VCHR routine and then fall through and run the VBLK routine. Fixed. END