CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2014/04/07 02:43:54
Modified files: sys/dev/ic : qla.c Log message: When iterating through fabric ports, start at our own port ID. It doesn't matter if we don't see ourselves, and if we pick another starting point, the first port we see might disappear half way through (I have seen this happen), which makes it more complicated to identify when we're back at the start.