cnic: Fix context memory init. on 5709.
authorMichael Chan <mchan@broadcom.com>
Thu, 27 May 2010 23:31:41 +0000 (16:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 May 2010 08:57:19 +0000 (01:57 -0700)
commitb58ffb41fc09d1ffaca97e5ae801233575be2a7f
tree716f5e84d42cf9fa5f580e004f9419dfb46ec147
parent17d95640034c4e0f12e5f1c9d1097d8dba6484ea
cnic: Fix context memory init. on 5709.

We need to zero context memory on 5709 in the function cnic_init_context().
Without this, iscsid restart on 5709 will not work because of stale data.
TX context blocks should not be initialized by cnic_init_context() because
of the special remapping on 5709.

Update version to 2.1.2.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cnic.c
drivers/net/cnic_if.h