View | Details | Raw Unified | Return to bug 212828 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/intel-em-kmod/Makefile (+31 lines)
Added Link Here
1
# Created by: Sergey Kozlov <sergey.kozlov@intel.com>
2
# $FreeBSD$
3
4
PORTNAME?=	em
5
PORTVERSION?=	7.6.2
6
CATEGORIES=	net
7
MASTER_SITES=	https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \
8
		http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/
9
MASTER_SITE_SUBDIR?=	17509/eng
10
PKGNAMEPREFIX=	intel-
11
PKGNAMESUFFIX=	-kmod
12
13
MAINTAINER=	franco@opnsense.org
14
COMMENT?=	Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
15
16
LICENSE=	BSD3CLAUSE
17
18
USES=		kmod
19
WRKSRC_SUBDIR=	src
20
21
SUB_FILES=	pkg-message
22
SUB_LIST=	PORTNAME=${PORTNAME}
23
MANPAGENAME?=	${PORTNAME}
24
PLIST_FILES=	${KMODDIR}/if_${PORTNAME}_updated.ko \
25
		man/man4/${MANPAGENAME}.4.gz
26
27
do-install:
28
	${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko
29
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/
30
31
.include <bsd.port.mk>
(-)b/net/intel-em-kmod/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1472475695
2
SHA256 (em-7.6.2.tar.gz) = 65a7041d629c5a4ef4b79486d2a0ddaeeebc730f0ef075ff0f7e78d8490756cb
3
SIZE (em-7.6.2.tar.gz) = 266512
(-)b/net/intel-em-kmod/files/pkg-message.in (+23 lines)
Added Link Here
1
==============================================================================
2
3
THIS PACKAGE INSTALLS THE NEWER VERSION OF THE SOFTWARE WHICH CAN CAUSE SYSTEM
4
INSTABILITY WHILE USED. USE THE UPDATED VERSION ONLY IF YOU EXPERIENCE
5
PROBLEMS WITH THE DRIVER PRESENT IN THE KERNEL DISTRIBUTION
6
7
Usage:
8
To load the updated version of the driver add this:
9
10
if_%%PORTNAME%%_updated_load="YES"
11
12
to your /boot/loader.conf and reboot the machine.
13
There's no need to recompile the GENERIC kernel without if_%%PORTNAME%% driver
14
15
After the reboot you may see this kind of messaged in the dmesg:
16
17
module_register: module pci/%%PORTNAME%% already exists!
18
Module pci/%%PORTNAME%% failed to register: 17
19
20
This is the side effect of the newer version of the driver overriding the
21
older one and can be safely disregarded
22
23
==============================================================================
(-)b/net/intel-em-kmod/pkg-descr (+7 lines)
Added Link Here
1
This release includes the gigabit FreeBSD base Drivers for Intel(R)
2
Ethernet.
3
4
NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100
5
support.
6
7
WWW: https://downloadcenter.intel.com

Return to bug 212828