Print this page
4057 Add sfxge support
Contributed by: Solarflare Communications Inc.
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andrew Rybchenko <arybchenko@solarflare.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel
          +++ new/usr/src/uts/intel/Makefile.intel
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # fields enclosed by brackets "[]" replaced with your own identifying
  16   16  # information: Portions Copyright [yyyy] [name of copyright owner]
  17   17  #
  18   18  # CDDL HEADER END
  19   19  #
  20   20  
  21   21  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright (c) 2015 Nexenta Systems, Inc. All rights reserved.
  23   23  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  24   24  # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
       25 +# Copyright 2016 Garrett D'Amore <garrett@damore.org>
  25   26  
  26   27  #
  27   28  #       This makefile contains the common definitions for all intel
  28   29  #       implementation architecture independent modules.
  29   30  #
  30   31  
  31   32  #
  32   33  #       Machine type (implementation architecture):
  33   34  #
  34   35  PLATFORM         = i86pc
↓ open down ↓ 354 lines elided ↑ open up ↑
 389  390  DRV_KMODS       += e1000g
 390  391  DRV_KMODS       += efe
 391  392  DRV_KMODS       += elxl
 392  393  DRV_KMODS       += hme
 393  394  DRV_KMODS       += mxfe
 394  395  DRV_KMODS       += nge
 395  396  DRV_KMODS       += pcn
 396  397  DRV_KMODS       += rge
 397  398  DRV_KMODS       += rtls
 398  399  DRV_KMODS       += sfe
      400 +DRV_KMODS       += sfxge
 399  401  DRV_KMODS       += amd8111s
 400  402  DRV_KMODS       += igb
 401  403  DRV_KMODS       += ipmi
 402  404  DRV_KMODS       += iprb
 403  405  DRV_KMODS       += ixgbe
 404  406  DRV_KMODS       += vr
 405  407  
 406  408  #
 407  409  # Virtio drivers
 408  410  #
↓ open down ↓ 322 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX