summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe_api.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2008-11-26 23:41:18 +0000
committerjfv <jfv@FreeBSD.org>2008-11-26 23:41:18 +0000
commit62188214bdac09b8b3fe223bd994d8aef28db6db (patch)
treeda2cf29f3a19749ccacb115e679f319ba8aeae8f /sys/dev/ixgbe/ixgbe_api.h
parent8c32a341579fa9f728f1a37365754b5507e3c538 (diff)
downloadFreeBSD-src-62188214bdac09b8b3fe223bd994d8aef28db6db.zip
FreeBSD-src-62188214bdac09b8b3fe223bd994d8aef28db6db.tar.gz
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
Diffstat (limited to 'sys/dev/ixgbe/ixgbe_api.h')
-rw-r--r--sys/dev/ixgbe/ixgbe_api.h2
1 files changed, 2 insertions, 0 deletions
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_ */
OpenPOWER on IntegriCloud