K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-08-04T05:25:36.000000Z K 7 svn:log V 348 Fix some of the arcdisk devsw functions to catch up with warning fixes in . Also, since bcache_strategy() used to not have a prototype, arcdisk happily called bcache_strategy() with 6 parameters instead of 7, leaving out the disk unit number, which is the 2nd parameter. Add in the unit number to the bcache_strategy() call to fix this. END