Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2018 21:34:50 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r328751 - stable/11/sys/dev/nvme
Message-ID:  <201802012134.w11LYoNJ089461@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Feb  1 21:34:50 2018
New Revision: 328751
URL: https://svnweb.freebsd.org/changeset/base/328751

Log:
  MFC small part of r325794 to fix the build.

Modified:
  stable/11/sys/dev/nvme/nvme_sim.c

Modified: stable/11/sys/dev/nvme/nvme_sim.c
==============================================================================
--- stable/11/sys/dev/nvme/nvme_sim.c	Thu Feb  1 21:25:56 2018	(r328750)
+++ stable/11/sys/dev/nvme/nvme_sim.c	Thu Feb  1 21:34:50 2018	(r328751)
@@ -44,6 +44,9 @@ __FBSDID("$FreeBSD$");
 #include <cam/cam_xpt_internal.h>	// Yes, this is wrong.
 #include <cam/cam_debug.h>
 
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+
 #include "nvme_private.h"
 
 #define ccb_accb_ptr spriv_ptr0



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