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/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 18 lines elided ↑ open up ↑
  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) 2011, 2014 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  26   26  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  27   27  # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright 2016 Joyent, Inc.
       29 +# Copyright 2016 OmniTI Computer Consulting, Inc.  All rights reserved.
  29   30  #
  30   31  
  31   32  #
  32   33  # This Makefile defines all file modules for the directory uts/common
  33   34  # and its children. These are the source files which may be considered
  34   35  # common to all SunOS systems.
  35   36  
  36   37  i386_CORE_OBJS += \
  37   38                  atomic.o        \
  38   39                  avintr.o        \
↓ open down ↓ 1951 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                      \
2002      -                ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o           \
2003      -                ixgbe_log.o ixgbe_main.o                        \
2004      -                ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o           \
2005      -                ixgbe_tx.o  ixgbe_x540.o ixgbe_mbx.o
2006 2001  
     2002 +# illumos-written source files
     2003 +IXGBE_OBJS =    ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o ixgbe_log.o ixgbe_main.o \
     2004 +                ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o ixgbe_tx.o
     2005 +
     2006 +# Intel-written source files
     2007 +IXGBE_INTC_OBJS =       ixgbe_82598.o ixgbe_82599.o ixgbe_api.o ixgbe_common.o \
     2008 +                        ixgbe_phy.o ixgbe_dcb.o ixgbe_dcb_82598.o \
     2009 +                        ixgbe_dcb_82599.o ixgbe_mbx.o ixgbe_vf.o ixgbe_x540.o \
     2010 +                        ixgbe_x550.o
     2011 +
2007 2012  #
2008 2013  #       Intel 40GbE PCIe NIC driver module
2009 2014  #
2010 2015  
2011 2016  # illumos-written ones.
2012 2017  I40E_OBJS =     i40e_main.o i40e_osdep.o i40e_intr.o i40e_transceiver.o \
2013 2018                  i40e_stats.o i40e_gld.o 
2014 2019  # Intel-written ones.
2015 2020  I40E_INTC_OBJS = i40e_adminq.o i40e_common.o i40e_hmc.o i40e_lan_hmc.o \
2016 2021                   i40e_nvm.o
↓ open down ↓ 193 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX