Date: Fri, 7 Aug 2020 19:39:00 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544347 - head/net/realtek-re-kmod Message-ID: <202008071939.077Jd0M5057058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008071939.077Jd0M5057058>