From 62188214bdac09b8b3fe223bd994d8aef28db6db Mon Sep 17 00:00:00 2001 From: jfv Date: Wed, 26 Nov 2008 23:41:18 +0000 Subject: Updated ixgbe driver - version 1.6.2 -This version has header split, and as a result a number of aspects of the code have been improved/simplified. - Interrupt handling refined for performance - Many small bugs fixed along the way MFC after: ASAP - in time for 7.1 --- sys/dev/ixgbe/ixgbe_api.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/ixgbe/ixgbe_api.h') diff --git a/sys/dev/ixgbe/ixgbe_api.h b/sys/dev/ixgbe/ixgbe_api.h index f91f0e6..8022f90 100644 --- a/sys/dev/ixgbe/ixgbe_api.h +++ b/sys/dev/ixgbe/ixgbe_api.h @@ -110,5 +110,7 @@ s32 ixgbe_get_phy_firmware_version(struct ixgbe_hw *hw, s32 ixgbe_read_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 *val); s32 ixgbe_write_analog_reg8(struct ixgbe_hw *hw, u32 reg, u8 val); s32 ixgbe_init_uta_tables(struct ixgbe_hw *hw); +s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data); +u32 ixgbe_get_supported_physical_layer(struct ixgbe_hw *hw); #endif /* _IXGBE_API_H_ */ -- cgit v1.1