K 10 svn:author V 6 adrian K 8 svn:date V 27 2008-09-11T09:55:54.553640Z K 7 svn:log V 291 Fix the device name spacing. The old logic padded the device name out but assumed the unit number was one digit long; this fails for things like SATA devices which (for me) begin at ad10. Assemble the full device name in a temporary buffer and then calcluate padding based on that string. END