notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
intel-em-kmod Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
7.7.8 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.7.8Version of this port present on the latest quarterly branch.
Maintainer: freebsd@intel.com search for ports maintained by this maintainer
Port Added: 2016-10-06 20:21:05
Last Update: 2023-09-30 15:10:20
Commit Hash: e717a93
People watching this port, also watch:: xen-kernel, tcpdump, openjdk8, tmux, async
Also Listed In: kld
License: BSD2CLAUSE
WWW:
https://downloadcenter.intel.com
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. /boot/modules/if_em_updated.ko
  2. share/man/man4/em.4.gz
  3. share/man/man4/if_em.4.gz
  4. @kld /boot/modules
  5. /usr/local/share/licenses/intel-em-kmod-7.7.8/catalog.mk
  6. /usr/local/share/licenses/intel-em-kmod-7.7.8/LICENSE
  7. /usr/local/share/licenses/intel-em-kmod-7.7.8/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • intel-em-kmod>0:net/intel-em-kmod
To install the port:
cd /usr/ports/net/intel-em-kmod/ && make install clean
To add the package, run one of these commands:
  • pkg install net/intel-em-kmod
  • pkg install intel-em-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: intel-em-kmod
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1599687115 SHA256 (em-7.7.8.tar.gz) = 22e2165474b4e8855c1a1273581bb13d96ce4d02ad46a7d766612f3e86450147 SIZE (em-7.7.8.tar.gz) = 267171

Packages (timestamps in pop-ups are UTC):
intel-em-kmod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.7.87.7.8-7.7.87.7.8-7.7.8-
FreeBSD:13:quarterly7.7.87.7.8-7.7.87.7.87.7.87.7.87.7.8
FreeBSD:14:latest7.7.87.7.8-7.7.87.7.87.7.8-7.7.8
FreeBSD:14:quarterly7.7.87.7.8-7.7.87.7.87.7.87.7.87.7.8
FreeBSD:15:latest7.7.87.7.8n/a7.7.8n/a7.7.87.7.87.7.8
FreeBSD:15:quarterly--n/a-n/a---
Master port: net/intel-ixl-kmod
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for intel-em-kmod-7.7.8: ====> Options available for the single NETMAP: you have to select exactly one of them NETMAP_ON=off: Enable netmap(4) support unconditionally NETMAP_OFF=on: Disable netmap(4) support unconditionally ===> Use 'make config' to modify these settings
Options name:
net_intel-em-kmod
USES:
kmod
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. http://downloadmirror.intel.com/17509/eng/
  2. https://downloadmirror.intel.com/17509/eng/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: net/intel-ixl-kmod
CommitCreditsLog message
30 Sep 2023 15:10:20
commit hash: e717a9367f81224bf402a7b739d9b0e4a06c390bcommit hash: e717a9367f81224bf402a7b739d9b0e4a06c390bcommit hash: e717a9367f81224bf402a7b739d9b0e4a06c390bcommit hash: e717a9367f81224bf402a7b739d9b0e4a06c390b files touched by this commit Sanity Test Failure Refresh
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/intel-*-kmod: Remove MAX_NETMAP_OSVERSION

ALl the version mentioned here for MAX_NETMAP_OSVERSION are unsupported
by the ports tree. So remove the check and also remove the OPTION
NETMAP_AUTO.

Approved by:	portmgr (blanket)
7.7.8
10 Sep 2022 17:41:16
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
7.7.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.7.8
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.7.8
23 Jun 2022 21:32:38
commit hash: 1c8493924bf9039963e987ffbeaebc7a3686f71dcommit hash: 1c8493924bf9039963e987ffbeaebc7a3686f71dcommit hash: 1c8493924bf9039963e987ffbeaebc7a3686f71dcommit hash: 1c8493924bf9039963e987ffbeaebc7a3686f71d files touched by this commit
John Baldwin (jhb) search for other commits by this committer
net/intel-em-kmod: Remove unused DRIVER_MODULE devclass on recent main.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D35205
7.7.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
7.7.8
29 Nov 2020 05:08:13
Revision:556549Original commit files touched by this commit
jbeich search for other commits by this committer
net/intel-em-kmod: unbreak on -CURRENT

link_elf_obj: symbol if_multiaddr_array undefined

PR:		250918
Approved by:	maintainer timeout (3 weeks)
7.7.8
11 Sep 2020 22:43:19
Revision:548264Original commit files touched by this commit
skozlov search for other commits by this committer
net/intel-em-kmod: Update to 7.7.8

Submitted by:	erj
Reviewed by:	skozlov, Franco Fichtner (franco@opnsense.org)
Sponsored by:	Intel
Differential Revision:	D26383
7.7.5
14 Jun 2019 11:34:38
Revision:504175Original commit files touched by this commit
skozlov search for other commits by this committer
net/intel-em-kmod: Update to 7.7.5

Sponsored by: Intel Corporation
7.7.4_1
11 Dec 2018 17:03:52
Revision:487243Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
7.7.4_1
30 Oct 2018 10:23:37
Revision:483462Original commit files touched by this commit
skozlov search for other commits by this committer
net/intel-em-kmod: take maintainership

The permission from the maintainer is obtained in D17646.

Approved By: sbruno (mentor)
Differential Revision: https://reviews.freebsd.org/D17749
7.7.4_1
29 Oct 2018 14:58:45
Revision:483387Original commit files touched by this commit
skozlov search for other commits by this committer
net/intel-{ix,em}-kmod: freeze PORTREVISION and PORTEPOCH

PORTREVISION wasn't specified in net/intel-{ix,em}-kmod, which are
slave ports of net/intel-ixl-kmod. Because of that when PORTREVISION
was bumped in intel-ixl-kmod - it automatically appeared in the slave
ports, which shouldn't happen.

To avoid this in the future - explicitly specify PORTREVISION and
PORTEPOCH in the slave ports.

Sanity and compile tested using poudriere w/portlint.

Approved By: sbruno (mentor), franco_opnsense.org (intel-em-kmod maintainer)

Differential Revision: https://reviews.freebsd.org/D17646
7.7.4_1
08 Oct 2018 20:17:16
Revision:481560Original commit files touched by this commit
skozlov search for other commits by this committer
net/intel-em-kmod: Update to 7.7.4, enable netmap on 11

- Update PORTVERSION and distinfo
- Extend netmap options to slave ports too
- Add option to set maximum supported os version w/netmap
  for slave ports in intel-ixl-kmod
- Mark the port as non-netmap by default for 12+, as the
  driver doesn't build with netmap support atm

Compile and sanity tested using poudriere w/portlint

Reviewed By: sbruno (mentor), franco_opnsense.org (maintainer)

Differential Revision: https://reviews.freebsd.org/D17440
7.6.2
27 May 2017 15:33:43
Revision:441849Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
7.6.2
22 May 2017 16:04:19
Revision:441468Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
7.6.2
06 Oct 2016 20:20:54
Revision:423444Original commit files touched by this commit
sbruno search for other commits by this committer
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 <kozlov.sergey.404@gmail.com>
Reviewed by:	Franco Fichtner <franco@opnsense.org>

Number of commits found: 17