aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cam
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
committerAlexander Motin <mav@FreeBSD.org>2012-05-24 14:07:44 +0000
commitf6ad3f237a54ef1465271c7e96bf0f2e4f9277e5 (patch)
tree40272ce66d9fbbbec27ad859c9e9a595d6716bd3 /sys/modules/cam
parent0fc0793eeededdb484f97575db48fc5dcdffccbb (diff)
downloadsrc-f6ad3f237a54ef1465271c7e96bf0f2e4f9277e5.tar.gz
src-f6ad3f237a54ef1465271c7e96bf0f2e4f9277e5.zip
MFprojects/zfsd:
Revamp the CAM enclosure services driver. This updated driver uses an in-kernel daemon to track state changes and publishes physical path location information\for disk elements into the CAM device database. Sponsored by: Spectra Logic Corporation Sponsored by: iXsystems, Inc. Submitted by: gibbs, will, mav
Notes
Notes: svn path=/head/; revision=235911
Diffstat (limited to 'sys/modules/cam')
-rw-r--r--sys/modules/cam/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index 35b36d84a65d..30c03ff550c3 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -14,7 +14,7 @@ SRCS+= opt_scsi.h
SRCS+= opt_cd.h
SRCS+= opt_pt.h
SRCS+= opt_sa.h
-SRCS+= opt_ses.h
+SRCS+= opt_enc.h
SRCS+= device_if.h bus_if.h vnode_if.h
SRCS+= cam.c
.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
@@ -26,7 +26,9 @@ SRCS+= scsi_da.c
SRCS+= scsi_pass.c
SRCS+= scsi_pt.c
SRCS+= scsi_sa.c
-SRCS+= scsi_ses.c
+SRCS+= scsi_enc.c
+SRCS+= scsi_enc_ses.c
+SRCS+= scsi_enc_safte.c
SRCS+= scsi_sg.c
SRCS+= scsi_targ_bh.c scsi_target.c
SRCS+= scsi_xpt.c