]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Support ports mapped in 64-bit PCI space
authorAaron Sierra <asierra@xes-inc.com>
Thu, 31 Oct 2013 00:32:34 +0000 (00:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 10 Dec 2013 09:27:34 +0000 (01:27 -0800)
commit1a840ec82ee06579bb447b3dcb8c7dea2bd2c1a4
tree28b4ba717f8d90589ef1bf9beebfcf749cc413d9
parenta98490b029126b70ae29bacc803f1469c79572d3
igb: Support ports mapped in 64-bit PCI space

This patch resolves an issue with 64-bit PCI addresses being truncated
because the return values of pci_resource_start() and pci_resource_end()
were being cast to unsigned long.

Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c