cvs commit: src/sys/dev/mpt mpt_cam.c

Matt Jacob mjacob at FreeBSD.org
Tue Jul 25 01:00:39 UTC 2006


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


More information about the cvs-src mailing list