Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 19:34:21 -0700 (PDT)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/isp isp.c
Message-ID:  <200107110234.f6B2YLF78663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2001/07/10 19:34:21 PDT

  Modified files:
    sys/dev/isp          isp.c 
  Log:
  Hmm. Let's try this on for size...
  
  We originally had it such that if the connection topology was FL-loop
  (public loop), we never looked at any local loop addresses. The reason
  for not doing that was fear or concern that we'd see the same local
  loop disks reflected from the name server and we'd attach them twice.
  
  However, when I recently hooked up a JBOD and a system to an ANCOR SA-8
  switch, the disks did *not* show up on the fabric. So at least the
  ANCOR is screening those disks from appearing on the fabric. Now, it's
  possible this is a 'feature' of the ANCOR. When I get a chance, I'll
  check the Brocade (it's hard to do this on a low budget).
  
  In any case, if they *do* also show up on the fabric, we should
  simply elect to not log into them because we already have an
  entry for the local loop. There is relatively unexercised code
  just for this case.
  
  MFC after:	2 weeks
  
  Revision  Changes    Path
  1.69      +12 -6     src/sys/dev/isp/isp.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107110234.f6B2YLF78663>