K 10 svn:author V 6 marius K 8 svn:date V 27 2004-04-25T17:10:18.000000Z K 7 svn:log V 492 MFC: 1.52 Fix a couple of camcontrol issues that popped up on sparc64: - bzero the CCB header in getdevtree() and set the path properly, to avoid having random garbage in the CCB header. - if the lun isn't specified in a device specifier, it should default to 0, not whatever random data happens to be in the lun variable. - move the prototype for getdevtree() out from under #ifndef MINIMALISTIC, since it is used in both cases. Approved by: ken (maintainer), marcel (mentor) END