Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 15:11:37 +0000 (UTC)
From:      Wojciech Macek <wma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305479 - head/sys/dev/pci
Message-ID:  <201609061511.u86FBbgs091031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wma
Date: Tue Sep  6 15:11:37 2016
New Revision: 305479
URL: https://svnweb.freebsd.org/changeset/base/305479

Log:
  Import missing enum declaration in pci_host_generic header file
  
  Other files including pci_host_generic.h failed to compile
  due to missing declaration of enum pci_id_type.
  
  Obtained from:         Semihalf
  Submitted by:          Michal Stanek <mst@semihalf.com>
  Sponsored by:          Annapurna Labs
  Reviewed by:           wma
  Differential Revision: https://reviews.freebsd.org/D7561

Modified:
  head/sys/dev/pci/pci_host_generic.h

Modified: head/sys/dev/pci/pci_host_generic.h
==============================================================================
--- head/sys/dev/pci/pci_host_generic.h	Tue Sep  6 15:06:08 2016	(r305478)
+++ head/sys/dev/pci/pci_host_generic.h	Tue Sep  6 15:11:37 2016	(r305479)
@@ -34,6 +34,8 @@
 #ifndef __PCI_HOST_GENERIC_H_
 #define	__PCI_HOST_GENERIC_H_
 
+#include "pci_if.h"
+
 #define	MAX_RANGES_TUPLES	16
 #define	MIN_RANGES_TUPLES	2
 



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