]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r236712:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Jun 2012 14:39:35 +0000 (14:39 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Jun 2012 14:39:35 +0000 (14:39 +0000)
commit4e9ebf61f1a4472b4163a90b0b63e7b74c133c96
tree9bf4ea198521930c141e5b710cb873627fce4005
parentcdce53bbfaae7f7b270b1aa7c681e675a74130b3
MFC r236712:
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default.
List of these flags can be modified with CAM_DEBUG_COMPILE kernel option.
CAMDEBUG kernel option still enables all possible debug, if not overriden.

Additional 50KB of kernel size is a good price for the ability to debug
problems without rebuilding the kernel. In case where size is important,
debugging can be compiled out by setting CAM_DEBUG_COMPILE option to 0.

git-svn-id: svn://svn.freebsd.org/base/stable/8@237318 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/scsi.4
sys/cam/cam_debug.h
sys/cam/cam_xpt.c
sys/cam/cam_xpt.h
sys/cam/scsi/scsi_sa.c
sys/cam/scsi/scsi_target.c
sys/conf/NOTES
sys/conf/options