Print this page
XXXX Intel X540 support
        
*** 1,8 ****
  /******************************************************************************
  
!   Copyright (c) 2001-2010, Intel Corporation 
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without 
    modification, are permitted provided that the following conditions are met:
    
--- 1,8 ----
  /******************************************************************************
  
!   Copyright (c) 2001-2012, Intel Corporation 
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without 
    modification, are permitted provided that the following conditions are met:
    
*** 123,132 ****
--- 123,133 ----
                                         u16 *firmware_version);
  s32 ixgbe_get_phy_firmware_version_generic(struct ixgbe_hw *hw,
                                             u16 *firmware_version);
  
  s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw);
+ s32 ixgbe_identify_module_generic(struct ixgbe_hw *hw);
  s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw);
  s32 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw,
                                          u16 *list_offset,
                                          u16 *data_offset);
  s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw);
*** 136,141 ****
--- 137,143 ----
                                   u8 dev_addr, u8 data);
  s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
                                    u8 *eeprom_data);
  s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
                                     u8 eeprom_data);
+ void ixgbe_i2c_bus_clear(struct ixgbe_hw *hw);
  #endif /* _IXGBE_PHY_H_ */