Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2016 06:58:30 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299109 - head/sys/modules/bhnd/bhndb
Message-ID:  <201605050658.u456wUNn007238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu May  5 06:58:30 2016
New Revision: 299109
URL: https://svnweb.freebsd.org/changeset/base/299109

Log:
  [bhnd] add missing bus file.

Modified:
  head/sys/modules/bhnd/bhndb/Makefile

Modified: head/sys/modules/bhnd/bhndb/Makefile
==============================================================================
--- head/sys/modules/bhnd/bhndb/Makefile	Thu May  5 02:51:31 2016	(r299108)
+++ head/sys/modules/bhnd/bhndb/Makefile	Thu May  5 06:58:30 2016	(r299109)
@@ -8,6 +8,6 @@ SRCS=	bhndb.c bhndb_subr.c bhndb_hwdata.
 	bhndb_if.c bhndb_if.h \
 	bhnd_bus_if.h
 
-SRCS+=	device_if.h bus_if.h
+SRCS+=	device_if.h bus_if.h pci_if.h
 
 .include <bsd.kmod.mk>



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