svn commit: r312357 - in stable/10/sys: cam/scsi modules/cam
Ngie Cooper
ngie at FreeBSD.org
Tue Jan 17 23:55:11 UTC 2017
Author: ngie
Date: Tue Jan 17 23:55:10 2017
New Revision: 312357
URL: https://svnweb.freebsd.org/changeset/base/312357
Log:
MFC r299864,r303166:
r299864 (by markj):
opt_kdtrace.h is not needed for SDT probes as of r258541.
r303166 (by imp):
Add opt_ddb.h.
Modified:
stable/10/sys/cam/scsi/scsi_pass.c
stable/10/sys/modules/cam/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cam/scsi/scsi_pass.c
==============================================================================
--- stable/10/sys/cam/scsi/scsi_pass.c Tue Jan 17 23:47:37 2017 (r312356)
+++ stable/10/sys/cam/scsi/scsi_pass.c Tue Jan 17 23:55:10 2017 (r312357)
@@ -28,8 +28,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_kdtrace.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
Modified: stable/10/sys/modules/cam/Makefile
==============================================================================
--- stable/10/sys/modules/cam/Makefile Tue Jan 17 23:47:37 2017 (r312356)
+++ stable/10/sys/modules/cam/Makefile Tue Jan 17 23:55:10 2017 (r312357)
@@ -14,6 +14,7 @@ SRCS+= opt_cd.h
SRCS+= opt_pt.h
SRCS+= opt_sa.h
SRCS+= opt_ses.h
+SRCS+= opt_ddb.h
SRCS+= device_if.h bus_if.h vnode_if.h
SRCS+= cam.c
SRCS+= cam_compat.c
More information about the svn-src-stable
mailing list