]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 254372:
authorken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Aug 2013 20:34:11 +0000 (20:34 +0000)
committerken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Aug 2013 20:34:11 +0000 (20:34 +0000)
commit23cc750711466318f2b86a0632eccfb7d9194077
treef81b7c3c6b8585cd488446ac7209161a6250abe6
parent168016f2a602bf014e11c090275afbc4e1ba1beb
MFC 254372:

Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)
driver.

This tells consumers up the stack the maximum I/O size that the
controller can handle.

The I/O size is bounded by the number of scatter/gather segments
the controller can handle and the page size.  For an amd64 system,
it works out to around 5MB.

Reviewed by: mjacob
Sponsored by: Spectra Logic

git-svn-id: svn://svn.freebsd.org/base/stable/9@254971 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isp/isp_freebsd.c