linux/drivers/net/ethernet/intel/igb
Aaron Sierra 89dbefb213 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>
2013-12-10 01:27:34 -08:00
..
e1000_82575.c igb: Add media switching feature for i354 PHY's 2013-12-10 01:27:34 -08:00
e1000_82575.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
e1000_defines.h igb: Add media switching feature for i354 PHY's 2013-12-10 01:27:34 -08:00
e1000_hw.h igb: Add media switching feature for i354 PHY's 2013-12-10 01:27:34 -08:00
e1000_i210.c igb: Refactor NVM read functions to accommodate devices with no flash 2013-08-22 02:26:00 -07:00
e1000_i210.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
e1000_mac.c igb: Read flow control for i350 from correct EEPROM section 2013-09-12 16:24:55 -04:00
e1000_mac.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c igb: Fix get_fw_version function for all parts 2013-08-22 02:26:09 -07:00
e1000_nvm.h igb: Fix get_fw_version function for all parts 2013-08-22 02:26:09 -07:00
e1000_phy.c igb: Fix master/slave mode for all m88 i354 PHY's 2013-10-24 05:41:20 -07:00
e1000_phy.h igb: Support for SFP modules discovery 2013-05-21 02:37:36 -07:00
e1000_regs.h
igb.h igb: Add media switching feature for i354 PHY's 2013-12-10 01:27:34 -08:00
igb_ethtool.c igb: Fixed Wake On LAN support 2013-11-29 23:42:35 -08:00
igb_hwmon.c
igb_main.c igb: Support ports mapped in 64-bit PCI space 2013-12-10 01:27:34 -08:00
igb_ptp.c igb: Read register for latch_on without return value 2013-08-22 02:25:25 -07:00
Makefile