Date: Wed, 13 Sep 2017 10:41:48 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r323529 - vendor-sys/illumos/dist/uts/common Message-ID: <201709131041.v8DAfmPx061531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Wed Sep 13 10:41:47 2017 New Revision: 323529 URL: https://svnweb.freebsd.org/changeset/base/323529 Log: 5115 Want Intel 40GbE NIC driver for illumos illumos/illumos-gate@9d26e4fc021e249c93c2861629cc665e4f5bd4d6 https://github.com/illumos/illumos-gate/commit/9d26e4fc021e249c93c2861629cc665e4f5bd4d6 https://www.illumos.org/issues/5115 Intel's NICs based on the XL710 chipset exist 1 . There exist drivers for Linux and FreeBSD 2 . It does not appear to be derived from the ixgbe driver source, so it would probably require porting the i40e source from FBSD to Illumos, unless a driver exists for a GLDv3-like platform under CDDL or similar license (none are known to currently be available or being worked on). Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Richard Lowe <richlowe@richlowe.net> Author: Robert Mustacchi <rm@joyent.com> Note: this change has nothing to do with FreeBSD. Modified: vendor-sys/illumos/dist/uts/common/Makefile.files Modified: vendor-sys/illumos/dist/uts/common/Makefile.files ============================================================================== --- vendor-sys/illumos/dist/uts/common/Makefile.files Wed Sep 13 10:34:31 2017 (r323528) +++ vendor-sys/illumos/dist/uts/common/Makefile.files Wed Sep 13 10:41:47 2017 (r323529) @@ -21,11 +21,11 @@ # # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. -# Copyright (c) 2012 Joyent, Inc. All rights reserved. # Copyright (c) 2011, 2014 by Delphix. All rights reserved. # Copyright (c) 2013 by Saso Kiselkov. All rights reserved. -# Copyright 2014 Nexenta Systems, Inc. All rights reserved. +# Copyright 2015 Nexenta Systems, Inc. All rights reserved. +# Copyright 2016 Garrett D'Amore <garrett@damore.org> +# Copyright 2016 Joyent, Inc. # # @@ -1951,6 +1951,17 @@ IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api. ixgbe_log.o ixgbe_main.o \ ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \ ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o + +# +# Intel 40GbE PCIe NIC driver module +# + +# illumos-written ones. +I40E_OBJS = i40e_main.o i40e_osdep.o i40e_intr.o i40e_transceiver.o \ + i40e_stats.o i40e_gld.o +# Intel-written ones. +I40E_INTC_OBJS = i40e_adminq.o i40e_common.o i40e_hmc.o i40e_lan_hmc.o \ + i40e_nvm.o # # NIU 10G/1G driver module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709131041.v8DAfmPx061531>