Deleted Added
full compact
1c1
< /*******************************************************************************
---
> /******************************************************************************
3c3
< Copyright (c) 2001-2007, Intel Corporation
---
> Copyright (c) 2001-2008, Intel Corporation
32,33c32,33
< *******************************************************************************/
< /* $FreeBSD: head/sys/dev/ixgbe/ixgbe_phy.h 172043 2007-09-04 02:31:35Z jfv $ */
---
> ******************************************************************************/
> /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_phy.h 179055 2008-05-16 18:46:30Z jfv $*/
40,49c40
< s32 ixgbe_init_shared_code_phy(struct ixgbe_hw *hw);
< s32 ixgbe_assign_func_pointers_phy(struct ixgbe_hw *hw);
< s32 ixgbe_setup_phy_link(struct ixgbe_hw *hw);
< s32 ixgbe_check_phy_link(struct ixgbe_hw *hw,
< ixgbe_link_speed *speed,
< bool *link_up);
< s32 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw,
< ixgbe_link_speed speed,
< bool autoneg,
< bool autoneg_wait_to_complete);
---
> s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
56c47
< u32 device_type, u16 *phy_data);
---
> u32 device_type, u16 *phy_data);
58c49,54
< u32 device_type, u16 phy_data);
---
> u32 device_type, u16 phy_data);
> s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
> s32 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw,
> ixgbe_link_speed speed,
> bool autoneg,
> bool autoneg_wait_to_complete);
59a56,63
> /* PHY specific */
> s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
> ixgbe_link_speed *speed,
> bool *link_up);
> s32 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw,
> u16 *firmware_version);
>
> s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw);