K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-06T15:13:44.864062Z K 7 svn:log V 328 sys/cam/scsi: unsigned some loop indexes. Although usually small, values produced by nitems() are unsigned. By unsigning the corresponding indexes we avoid signed vs unsigned comparisons. This may have some effect on performance, although given the small sizes the effect will not be perceivable and it makes the code clearer. END