svn commit: r544347 - head/net/realtek-re-kmod
Mark Linimon
linimon at FreeBSD.org
Fri Aug 7 19:39:01 UTC 2020
Author: linimon
Date: Fri Aug 7 19:39:00 2020
New Revision: 544347
URL: https://svnweb.freebsd.org/changeset/ports/544347
Log:
Mark this driver as x86-only: includes x86-specific definitions.
It *appears* that this code and sys/dev/re/if_re.c have common ancestry
but this is not obvious to a casual observer. ISTM there would be a
very significant merge/re-engineering effort to produce a superset.
Approved by: portmgr (tier-2 blanket)
Modified:
head/net/realtek-re-kmod/Makefile
Modified: head/net/realtek-re-kmod/Makefile
==============================================================================
--- head/net/realtek-re-kmod/Makefile Fri Aug 7 19:37:56 2020 (r544346)
+++ head/net/realtek-re-kmod/Makefile Fri Aug 7 19:39:00 2020 (r544347)
@@ -15,6 +15,9 @@ COMMENT= Kernel driver for Realtek PCIe Ethernet Contr
LICENSE= BSD4CLAUSE
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= uses X86-specific code
+
USES= kmod tar:tgz uidfix
PLIST_FILES= ${KMODDIR}/if_re.ko
More information about the svn-ports-all
mailing list