Print this page
6064 ixgbe needs X550 support
Reviewed by: Tycho Nightingale <tycho.nightingale@pluribusnetworks.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>

Split Close
Expand all
Collapse all
          --- old/exception_lists/cstyle
          +++ new/exception_lists/cstyle
↓ open down ↓ 971 lines elided ↑ open up ↑
 972  972  usr/src/uts/common/io/i40e/core/i40e_type.h
 973  973  usr/src/uts/common/io/i40e/core/i40e_virtchnl.h
 974  974  usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
 975  975  usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
 976  976  usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
 977  977  usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h
 978  978  usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
 979  979  usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
 980  980  usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
 981  981  usr/src/uts/common/io/ixgbe/core/ixgbe_common.h
      982 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
      983 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
      984 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
      985 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.h
      986 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
      987 +usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.h
 982  988  usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
 983  989  usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h
 984  990  usr/src/uts/common/io/ixgbe/core/ixgbe_osdep.h
 985  991  usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
 986  992  usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
 987  993  usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
      994 +usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
      995 +usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
 988  996  usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
 989  997  usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
      998 +usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
      999 +usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
 990 1000  usr/src/uts/common/io/sfxge/common/ef10_ev.c
 991 1001  usr/src/uts/common/io/sfxge/common/ef10_filter.c
 992 1002  usr/src/uts/common/io/sfxge/common/ef10_impl.h
 993 1003  usr/src/uts/common/io/sfxge/common/ef10_intr.c
 994 1004  usr/src/uts/common/io/sfxge/common/ef10_mac.c
 995 1005  usr/src/uts/common/io/sfxge/common/ef10_mcdi.c
 996 1006  usr/src/uts/common/io/sfxge/common/ef10_nic.c
 997 1007  usr/src/uts/common/io/sfxge/common/ef10_nvram.c
 998 1008  usr/src/uts/common/io/sfxge/common/ef10_phy.c
 999 1009  usr/src/uts/common/io/sfxge/common/ef10_rx.c
↓ open down ↓ 254 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX