From 14e96b333c787a7fe4e2e381d087b43005c104aa Mon Sep 17 00:00:00 2001 From: sbruno Date: Thu, 6 Oct 2016 20:20:54 +0000 Subject: Add kmod port for the exact tar archive from Intel's download site for those folks who don't want to use the FreeBSD supported version. PR: 212828 Submitted by: Sergey Kozlov Reviewed by: Franco Fichtner --- net/Makefile | 1 + net/intel-em-kmod/Makefile | 15 +++++++++++++++ net/intel-em-kmod/distinfo | 3 +++ net/intel-em-kmod/pkg-descr | 7 +++++++ 4 files changed, 26 insertions(+) create mode 100644 net/intel-em-kmod/Makefile create mode 100644 net/intel-em-kmod/distinfo create mode 100644 net/intel-em-kmod/pkg-descr (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 2635a2212bd4..47680a7dfef6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -254,6 +254,7 @@ SUBDIR += iipsrv SUBDIR += ilbc SUBDIR += imapproxy + SUBDIR += intel-em-kmod SUBDIR += intel-ixl-kmod SUBDIR += iodine SUBDIR += ip2location diff --git a/net/intel-em-kmod/Makefile b/net/intel-em-kmod/Makefile new file mode 100644 index 000000000000..efa6d0c42579 --- /dev/null +++ b/net/intel-em-kmod/Makefile @@ -0,0 +1,15 @@ +# Created by: Franco Fichtner +# $FreeBSD$ + +PORTNAME= em +PORTVERSION= 7.6.2 +MASTER_SITE_SUBDIR= 17509/eng + +MAINTAINER= franco@opnsense.org +COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet + +MASTERDIR= ${.CURDIR}/../intel-ixl-kmod +PKGDIR= ${.CURDIR} +DISTINFO_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/net/intel-em-kmod/distinfo b/net/intel-em-kmod/distinfo new file mode 100644 index 000000000000..46a07a82c585 --- /dev/null +++ b/net/intel-em-kmod/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475184682 +SHA256 (em-7.6.2.tar.gz) = 65a7041d629c5a4ef4b79486d2a0ddaeeebc730f0ef075ff0f7e78d8490756cb +SIZE (em-7.6.2.tar.gz) = 266512 diff --git a/net/intel-em-kmod/pkg-descr b/net/intel-em-kmod/pkg-descr new file mode 100644 index 000000000000..3716a782fae8 --- /dev/null +++ b/net/intel-em-kmod/pkg-descr @@ -0,0 +1,7 @@ +This release includes the gigabit FreeBSD base Drivers for Intel(R) +Ethernet. + +NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100 +support. + +WWW: https://downloadcenter.intel.com -- cgit