From a2158a48ce1a105bab12222bc489bdf3416ae2cc Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 28 May 2015 22:01:50 +0000 Subject: 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 --- sys/modules/ixl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 sys/modules/ixl/Makefile (limited to 'sys/modules') diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile old mode 100755 new mode 100644 index 7d2fca9..13be8ab --- 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 -- cgit v1.1