aboutsummaryrefslogtreecommitdiff
path: root/net/intel-em-kmod
Commit message (Collapse)AuthorAgeFilesLines
* These ports now build on powerpc64.Mark Linimon2018-12-111-1/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487243
* net/intel-em-kmod: take maintainershipSerhii (Sergey) Kozlov2018-10-301-1/+1
| | | | | | | | | | The permission from the maintainer is obtained in D17646. Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D17749 Notes: svn path=/head/; revision=483462
* net/intel-{ix,em}-kmod: freeze PORTREVISION and PORTEPOCHSerhii (Sergey) Kozlov2018-10-291-0/+2
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=483387
* net/intel-em-kmod: Update to 7.7.4, enable netmap on 11Serhii (Sergey) Kozlov2018-10-082-4/+6
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=481560
* Mark some ports failing on armv6: implicit declaration of functionMark Linimon2017-05-271-3/+3
| | | | | | | | | | | 'cp15_pmccntr_get' is invalid in C99. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441849
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+3
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* Add kmod port for the exact tar archive from Intel's download site forSean Bruno2016-10-063-0/+25
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> Notes: svn path=/head/; revision=423444