cvs commit: src/sys/bus/cam cam_xpt.c
Peter Avalos
pavalos at crater.dragonflybsd.org
Sat Dec 1 14:51:01 PST 2007
pavalos 2007/12/01 14:49:49 PST
DragonFly src repository
Modified files:
sys/bus/cam cam_xpt.c
Log:
Make the exploring of all luns supported by an HBA more of a tunable.
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.
Obtained-from: FreeBSD
Revision Changes Path
1.55 +37 -5 src/sys/bus/cam/cam_xpt.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/cam_xpt.c.diff?r1=1.54&r2=1.55&f=u
More information about the Commits
mailing list