Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2020 15:46:17 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363666 - head/sys/dev/ntb/ntb_hw
Message-ID:  <202007291546.06TFkHMH005512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Wed Jul 29 15:46:17 2020
New Revision: 363666
URL: https://svnweb.freebsd.org/changeset/base/363666

Log:
  Fix build.
  
  Reviewed by:	kib
  Sponsored by:	DARPA/AFRL
  Differential Revision:	https://reviews.freebsd.org/D25879

Modified:
  head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
  head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c

Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
==============================================================================
--- head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Wed Jul 29 14:33:31 2020	(r363665)
+++ head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Wed Jul 29 15:46:17 2020	(r363666)
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/resource.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
+#include <dev/iommu/iommu.h>
 
 #include "ntb_hw_intel.h"
 #include "../ntb.h"

Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
==============================================================================
--- head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c	Wed Jul 29 14:33:31 2020	(r363665)
+++ head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c	Wed Jul 29 15:46:17 2020	(r363666)
@@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/resource.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
+#include <dev/iommu/iommu.h>
 
 #include "../ntb.h"
 



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