Print this page
Import some changes from FreeBSD (details later, this is quick-n-dirty for now).

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ixgbe/ixgbe_x540.h
          +++ new/usr/src/uts/common/io/ixgbe/ixgbe_x540.h
   1    1  /******************************************************************************
   2    2  
   3      -  Copyright (c) 2001-2012, Intel Corporation 
        3 +  Copyright (c) 2001-2013, Intel Corporation 
   4    4    All rights reserved.
   5    5    
   6    6    Redistribution and use in source and binary forms, with or without 
   7    7    modification, are permitted provided that the following conditions are met:
   8    8    
   9    9     1. Redistributions of source code must retain the above copyright notice, 
  10   10        this list of conditions and the following disclaimer.
  11   11    
  12   12     2. Redistributions in binary form must reproduce the above copyright 
  13   13        notice, this list of conditions and the following disclaimer in the 
↓ open down ↓ 20 lines elided ↑ open up ↑
  34   34  
  35   35  #ifndef _IXGBE_X540_H_
  36   36  #define _IXGBE_X540_H_
  37   37  
  38   38  #include "ixgbe_type.h"
  39   39  
  40   40  s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
  41   41                                       ixgbe_link_speed *speed, bool *autoneg);
  42   42  enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
  43   43  s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
  44      -                              bool autoneg, bool link_up_wait_to_complete);
       44 +                              bool link_up_wait_to_complete);
  45   45  s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
  46   46  s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
  47   47  u32 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw);
  48   48  
  49   49  s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
  50   50  s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data);
  51   51  s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
  52   52                                  u16 *data);
  53   53  s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data);
  54   54  s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX