mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
This commit is contained in:
parent
4e887294ae
commit
5d26eafee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481900
20
net/intel-ix-kmod/Makefile
Normal file
20
net/intel-ix-kmod/Makefile
Normal file
@ -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"
|
3
net/intel-ix-kmod/distinfo
Normal file
3
net/intel-ix-kmod/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1538737469
|
||||
SHA256 (ix-3.3.6.tar.gz) = 24a591d132d7ac5589939005cdfff50de19c31185af63ed3f8a7d58eb8486d65
|
||||
SIZE (ix-3.3.6.tar.gz) = 272091
|
7
net/intel-ix-kmod/pkg-descr
Normal file
7
net/intel-ix-kmod/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user