commit | 89dbefb213a0b3e53fe1a99ec9c1a230aad5f404 | [log] [tgz] |
---|---|---|
author | Aaron Sierra <asierra@xes-inc.com> | Thu Oct 31 00:32:34 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Dec 10 01:27:34 2013 -0800 |
tree | 28b4ba717f8d90589ef1bf9beebfcf749cc413d9 | |
parent | 2bdfc4e271c290be448ae5df580be1163b998508 [diff] |
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>