Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 Joyent, Inc.  All rights reserved.
  25   25  # Copyright (c) 2011, 2014 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  27   27  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
       28 +# Copyright 2016 OmniTI Computer Consulting, Inc.  All rights reserved.
  28   29  #
  29   30  
  30   31  #
  31   32  # This Makefile defines all file modules for the directory uts/common
  32   33  # and its children. These are the source files which may be considered
  33   34  # common to all SunOS systems.
  34   35  
  35   36  i386_CORE_OBJS += \
  36   37                  atomic.o        \
  37   38                  avintr.o        \
↓ open down ↓ 1952 lines elided ↑ open up ↑
1990 1991                  igb_rx.o igb_stat.o igb_tx.o igb_osdep.o
1991 1992  
1992 1993  #
1993 1994  #       Intel Pro/100 NIC driver module
1994 1995  #
1995 1996  IPRB_OBJS =     iprb.o
1996 1997  
1997 1998  #
1998 1999  #       Intel 10GbE PCIE NIC driver module
1999 2000  #
2000      -IXGBE_OBJS =    ixgbe_82598.o ixgbe_82599.o ixgbe_api.o         \
2001      -                ixgbe_common.o ixgbe_phy.o                      \
     2001 +IXGBE_OBJS =    ixgbe_82598.o ixgbe_82599.o ixgbe_api.o         \
     2002 +                ixgbe_common.o ixgbe_phy.o ixgbe_dcb.o          \
     2003 +                ixgbe_dcb_82598.o ixgbe_dcb_82599.o             \
2002 2004                  ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o           \
2003      -                ixgbe_log.o ixgbe_main.o                        \
     2005 +                ixgbe_log.o ixgbe_main.o ixgbe_mbx.o            \
2004 2006                  ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o           \
2005      -                ixgbe_tx.o  ixgbe_x540.o ixgbe_mbx.o
     2007 +                ixgbe_tx.o  ixgbe_vf.o ixgbe_x540.o             \
     2008 +                ixgbe_x550.o
2006 2009  
2007 2010  #
2008 2011  #       NIU 10G/1G driver module
2009 2012  #
2010 2013  NXGE_OBJS =     nxge_mac.o nxge_ipp.o nxge_rxdma.o              \
2011 2014                  nxge_txdma.o nxge_txc.o nxge_main.o             \
2012 2015                  nxge_hw.o nxge_fzc.o nxge_virtual.o             \
2013 2016                  nxge_send.o nxge_classify.o nxge_fflp.o         \
2014 2017                  nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o       \
2015 2018                  nxge_zcp.o nxge_fm.o nxge_espc.o nxge_hv.o      \
↓ open down ↓ 162 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX