Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 21:59:09 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r341266 - in releng/12.0: . sys/modules/iavf
Message-ID:  <201811292159.wATLx9Bb099604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu Nov 29 21:59:09 2018
New Revision: 341266
URL: https://svnweb.freebsd.org/changeset/base/341266

Log:
  MFC: r341016, MF12: r341261
  
  - Add a belated UPDATING entry for the ixlv(4) -> iavf(4) rename in r339338.
  - Likewise, add ixlv.4.gz to OLD_FILES,
  - and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition.
  
  Approved by:	re (gjb)

Modified:
  releng/12.0/ObsoleteFiles.inc
  releng/12.0/UPDATING
  releng/12.0/sys/modules/iavf/Makefile
Directory Properties:
  releng/12.0/   (props changed)

Modified: releng/12.0/ObsoleteFiles.inc
==============================================================================
--- releng/12.0/ObsoleteFiles.inc	Thu Nov 29 21:20:53 2018	(r341265)
+++ releng/12.0/ObsoleteFiles.inc	Thu Nov 29 21:59:09 2018	(r341266)
@@ -58,6 +58,8 @@ OLD_LIBS+=usr/lib32/libcap_pwd.so.0
 OLD_LIBS+=usr/lib32/libcap_random.so.0
 OLD_LIBS+=usr/lib32/libcap_dns.so.0
 OLD_LIBS+=usr/lib32/libcap_syslog.so.0
+# 20181012: rename of ixlv(4) to iavf(4)
+OLD_FILES+=usr/share/man/man4/ixlv.4.gz
 # 20181009: OpenSSL 1.1.1
 OLD_FILES+=usr/include/openssl/des_old.h
 OLD_FILES+=usr/include/openssl/dso.h

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Thu Nov 29 21:20:53 2018	(r341265)
+++ releng/12.0/UPDATING	Thu Nov 29 21:59:09 2018	(r341266)
@@ -52,6 +52,13 @@ from older version of current across the gcc/clang cut
 	loading from X11 startup. These will become the defaults in 13-current
 	shortly.
 
+20181012:
+	The ixlv(4) driver has been renamed to iavf(4).  As a consequence,
+	custom kernel and module loading configuration files must be updated
+	accordingly.  Moreover, interfaces previous presented as ixlvN to the
+	system are now exposed as iavfN and network configuration files must
+	be adjusted as necessary.
+
 20181009:
 	OpenSSL has been updated to version 1.1.1.  This update included
 	additional various API changes througout the base system.  It is

Modified: releng/12.0/sys/modules/iavf/Makefile
==============================================================================
--- releng/12.0/sys/modules/iavf/Makefile	Thu Nov 29 21:20:53 2018	(r341265)
+++ releng/12.0/sys/modules/iavf/Makefile	Thu Nov 29 21:59:09 2018	(r341266)
@@ -15,4 +15,6 @@ SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c
 # Enable asserts and other debugging facilities
 # CFLAGS += -DINVARIANTS -DINVARIANTS_SUPPORT -DWITNESS
 
+LINKS=	${KMODDIR}/${KMOD}.ko ${KMODDIR}/if_ixlv.ko
+
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811292159.wATLx9Bb099604>