K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-05-13T09:05:29.941413Z K 7 svn:log V 288 MFC r298670: r298670 (by cem): ciss(4): Fix overrun of array The softc member 'ciss_logical' is an array of 'ciss_max_logical_bus' members. Most of the time it is iterated correctly. This patch fixes the two instances where the driver iterated off the end of the array. CID: 1305492 END