Debian Jessie is not detecting one Tesla M2090 card out of 3

Hi,

I had installed 3 Tesla M2090 card in a machine . But nvidia-smi is failed to detect one card.
Operating system is Debian Jessie.

Output of the nvidia-smi
±-----------------------------------------------------+
| NVIDIA-SMI 352.39 Driver Version: 352.39 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla M2090 Off | 0000:83:00.0 Off | 0 |
| N/A N/A P0 80W / 225W | 77MiB / 5375MiB | 0% Default |
±------------------------------±---------------------±---------------------+
| 1 Tesla M2090 Off | 0000:84:00.0 Off | 0 |
| N/A N/A P12 29W / 225W | 10MiB / 5375MiB | 0% Default |
±------------------------------±---------------------±---------------------+

Output of dmesg | grep NVIDIA

[ 40.403805] nvidia: module license ‘NVIDIA’ taints kernel.
[ 40.433790] NVRM: This PCI I/O region assigned to your NVIDIA device is invalid:
[ 40.435838] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 40.435840] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 352.39 Fri Aug 14 18:09:10 PDT 2015
[11564.376205] NVRM: This PCI I/O region assigned to your NVIDIA device is invalid:

Output of lspci | grep NVIDIA

04:00.0 3D controller: NVIDIA Corporation GF110GL [Tesla M2090] (rev a1)
83:00.0 3D controller: NVIDIA Corporation GF110GL [Tesla M2090] (rev a1)
84:00.0 3D controller: NVIDIA Corporation GF110GL [Tesla M2090] (rev a1)

Kernel is 3.16.0-4-amd64

How can i fix this issue ?