Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 22:51:56 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libcam camlib.c
Message-ID:  <200811042252.mA4MqEmh077560@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-11-04 22:51:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libcam           camlib.c 
  Log:
  SVN rev 184662 on 2008-11-04 22:51:56Z by marius
  
  MFC: r184379
  
  Supply a valid Connect ID when issuing XPT_DEV_MATCH, which
  according to my reading of the CAM draft is mandatory for
  all CCB function calls and enforced by xptioctl() since at
  least r168752. Previously we happened to use 0 as the Path
  ID, causing the XPT_DEV_MATCH call to fail if there's no
  SCSI bus 0. Basically the same bug was also fixed the same
  way for camcontrol(8) as part of r126514.
  
  PR:             127605
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.16.2.1  +3 -0      src/lib/libcam/camlib.c



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