Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 13:12:52 +0000 (UTC)
From:      "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481900 - head/net/intel-ix-kmod
Message-ID:  <201810121312.w9CDCqAx028052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skozlov
Date: Fri Oct 12 13:12:52 2018
New Revision: 481900
URL: https://svnweb.freebsd.org/changeset/ports/481900

Log:
  0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driver
  
  New port for updated 10g Intel Ethernet Base Driver, based on
  net/intel-ixl-kmod as a master port.
  
  Compile and sanity tested using poudriere w/portlint
  
  Approved By: sbruno (mentor)
  Differential Revision: https://reviews.freebsd.org/D174431

Added:
  head/net/intel-ix-kmod/
  head/net/intel-ix-kmod/Makefile   (contents, props changed)
  head/net/intel-ix-kmod/distinfo   (contents, props changed)
  head/net/intel-ix-kmod/pkg-descr   (contents, props changed)

Added: head/net/intel-ix-kmod/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/intel-ix-kmod/Makefile	Fri Oct 12 13:12:52 2018	(r481900)
@@ -0,0 +1,20 @@
+# Created by: Sergey Kozlov <skozlov@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ix
+PORTVERSION=	3.3.6
+MASTER_SITE_SUBDIR=	14688/eng
+
+MAINTAINER=	freebsd@intel.com
+COMMENT=	10 gigabit FreeBSD Base Driver for Intel(R) Network Connections
+
+MANPAGENAME=	ixgbe
+MANPAGELINKS=	ix if_ix if_ixgbe
+
+MAX_NETMAP_OSVERSION=	1199999  # Doesn't build w/NETMAP on 12
+
+MASTERDIR=	${.CURDIR}/../intel-ixl-kmod
+PKGDIR=		${.CURDIR}
+DISTINFO_FILE=	${.CURDIR}/distinfo
+
+.include "${MASTERDIR}/Makefile"

Added: head/net/intel-ix-kmod/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/intel-ix-kmod/distinfo	Fri Oct 12 13:12:52 2018	(r481900)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538737469
+SHA256 (ix-3.3.6.tar.gz) = 24a591d132d7ac5589939005cdfff50de19c31185af63ed3f8a7d58eb8486d65
+SIZE (ix-3.3.6.tar.gz) = 272091

Added: head/net/intel-ix-kmod/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/intel-ix-kmod/pkg-descr	Fri Oct 12 13:12:52 2018	(r481900)
@@ -0,0 +1,7 @@
+This release includes the 10 gigabit FreeBSD*-based driver for Intel(R) Network
+Connections.
+
+The ix driver supports all 10 gigabit network connections based on
+82599, 82598EB, X520, X540, and X550 series controllers.
+
+WWW: https://downloadcenter.intel.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121312.w9CDCqAx028052>