Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 00:59:54 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mpt mpt_cam.c
Message-ID:  <200607250059.k6P0xsbc067338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2006-07-25 00:59:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mpt          mpt_cam.c 
  Log:
  When probing to attach the CAM functionality, check against
  desired role configuration instead of existing role. This gets
  us out of the mess where we configured a role of NONE (or were
  LAN only, for example), but didn't continue to attach the CAM
  module (because we had neither initiator nor target role
  set). Unfortunately, the code that rewrites NVRAM to match
  actual to desired role only works if the CAM module attaches.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.31      +13 -5     src/sys/dev/mpt/mpt_cam.c



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