summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-05-28 22:01:50 +0000
committerjhb <jhb@FreeBSD.org>2015-05-28 22:01:50 +0000
commita2158a48ce1a105bab12222bc489bdf3416ae2cc (patch)
treea5e7bfbf84ce57b511065c85cc47c6976244f58e /sys/modules
parentdce46f40950ace53058f9271895013fe4fb7fd13 (diff)
downloadFreeBSD-src-a2158a48ce1a105bab12222bc489bdf3416ae2cc.zip
FreeBSD-src-a2158a48ce1a105bab12222bc489bdf3416ae2cc.tar.gz
Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface. Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
Diffstat (limited to 'sys/modules')
-rw-r--r--[-rwxr-xr-x]sys/modules/ixl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile
index 7d2fca9..13be8ab 100755..100644
--- a/sys/modules/ixl/Makefile
+++ b/sys/modules/ixl/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/ixl
KMOD = if_ixl
-SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
+SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h
SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
OpenPOWER on IntegriCloud