svn commit: r359526 - stable/11/sys/conf

Konstantin Belousov kib at FreeBSD.org
Wed Apr 1 17:17:01 UTC 2020


Author: kib
Date: Wed Apr  1 17:16:53 2020
New Revision: 359526
URL: https://svnweb.freebsd.org/changeset/base/359526

Log:
  MFC r359095:
  Add pci_iov_if.h header as a dependency for Linuxkpi consumers.
  
  MFC note: this is not a true merge of r359095, but an adaptation of the
  committed bit from r359378, which was MFC r359185.  The functional part
  of the change should be same.

Modified:
  stable/11/sys/conf/kmod.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/kmod.mk
==============================================================================
--- stable/11/sys/conf/kmod.mk	Wed Apr  1 17:13:43 2020	(r359525)
+++ stable/11/sys/conf/kmod.mk	Wed Apr  1 17:16:53 2020	(r359526)
@@ -108,6 +108,7 @@ LINUXKPI_GENSRCS+= \
 	bus_if.h \
 	device_if.h \
 	pci_if.h \
+	pci_iov_if.h \
 	vnode_if.h \
 	usb_if.h \
 	opt_usb.h \


More information about the svn-src-stable mailing list