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)
commit89dbefb213a0b3e53fe1a99ec9c1a230aad5f404
tree28b4ba717f8d90589ef1bf9beebfcf749cc413d9
parent2bdfc4e271c290be448ae5df580be1163b998508
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