]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r284808: Remove limitations on setting WWNNs starting from 2.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 28 Jun 2015 09:27:34 +0000 (09:27 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 28 Jun 2015 09:27:34 +0000 (09:27 +0000)
commit86fc3a56f327c8d8323d8c82ad2bdf78dc89f238
tree7bb9968043f75dc966fb0f43acd844f21f669d96
parent3eb1162e3499aeb61c461a039678627470ea9453
MFC r284808: Remove limitations on setting WWNNs starting from 2.

It is odd that driver first tries to generate synthetic WWNN based on
WWPN starting from 2, but then refuses to use it.  If we don't trust
generated WWNN, we should probably not generate it.  Same time this
limitation prevents potentially valid WWNN setting by user.

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