Date: Sun, 18 Sep 2005 02:29:27 +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/cam cam_xpt.c Message-ID: <200509180229.j8I2TSor087933@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2005-09-18 02:29:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam cam_xpt.c Log: MFC 1.156 (mjacob). Original log: >Make the exploring of all luns supported by an HBA more of a >tunable (until we get REPORT LUNS in place). > >If we're probing luns, and each probe succeeds, we keep going past >lun 7 if we're a SCSI3 or better device (until we fail to probe). > >If we're probing luns, and a probe fails, we only keep going if >we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked >*against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device >and the tunable (kern.cam.cam_srch_hi) is set non-zero. Approved by: re (scottl) Revision Changes Path 1.155.2.1 +38 -5 src/sys/cam/cam_xpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509180229.j8I2TSor087933>