]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r284681: Rewrite port database handling for target mode.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 28 Jun 2015 09:24:02 +0000 (09:24 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 28 Jun 2015 09:24:02 +0000 (09:24 +0000)
commit0f5d275414d1030bfac3a843f5292afbe3356ee1
treee837fabd1e3d48d776d8406085d04e3483653835
parent23a1a4a9ecbee2263fa26bfe16365c3a842bb65b
MFC r284681: Rewrite port database handling for target mode.

Previous implementation was too fragile to initiator parameters changes.
In case of port role change it could not survive different handle assigned
to the same initiator by firmware, even though initiator was logged out.
The new implementation should be more resillient to this kind of problems,
trying to work in any situation and only warn user about suspisious events.

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