summaryrefslogtreecommitdiffstats
path: root/sys/modules/ctl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-01-31 07:49:50 +0000
committertrasz <trasz@FreeBSD.org>2015-01-31 07:49:50 +0000
commit124348170748bedfd6cadac86d4ec998df962bc7 (patch)
tree8168f8612a56907b2e775c2008a267c1c793e8f4 /sys/modules/ctl
parent7551e7e8833f8cfc60c758b438fbbd912bc3121c (diff)
downloadFreeBSD-src-124348170748bedfd6cadac86d4ec998df962bc7.zip
FreeBSD-src-124348170748bedfd6cadac86d4ec998df962bc7.tar.gz
Add kobj interface between ICL and the rest of the iSCSI stack.
Review note - icl.c was moved to icl_soft.c. MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/modules/ctl')
-rw-r--r--sys/modules/ctl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile
index 77dc4e1..e97ec38 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -22,8 +22,11 @@ SRCS+= scsi_ctl.c
SRCS+= bus_if.h
SRCS+= device_if.h
SRCS+= vnode_if.h
+SRCS+= icl_conn_if.h
SRCS+= opt_cam.h
#CFLAGS+=-DICL_KERNEL_PROXY
+MFILES= kern/bus_if.m kern/device_if.m dev/iscsi/icl_conn_if.m
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud