svn commit: r215952 - head/sys/conf

Matt Jacob mjacob at FreeBSD.org
Sat Nov 27 20:38:27 UTC 2010


Author: mjacob
Date: Sat Nov 27 20:38:26 2010
New Revision: 215952
URL: http://svn.freebsd.org/changeset/base/215952

Log:
  Add ISP_INTERNAL_TARGET as an option for isp(4).

Modified:
  head/sys/conf/NOTES
  head/sys/conf/options

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sat Nov 27 20:33:08 2010	(r215951)
+++ head/sys/conf/NOTES	Sat Nov 27 20:38:26 2010	(r215952)
@@ -1573,6 +1573,8 @@ options 	ISP_TARGET_MODE=1
 #		initiator=2
 #		both=3			(not supported currently)
 #
+#	ISP_INTERNAL_TARGET		(trivial internal disk target, for testing)
+#
 options 	ISP_DEFAULT_ROLES=2
 
 # Options used in dev/sym/ (Symbios SCSI driver).

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sat Nov 27 20:33:08 2010	(r215951)
+++ head/sys/conf/options	Sat Nov 27 20:38:26 2010	(r215952)
@@ -345,6 +345,7 @@ SCSI_NCR_MYADDR		opt_ncr.h
 ISP_TARGET_MODE		opt_isp.h
 ISP_FW_CRASH_DUMP	opt_isp.h
 ISP_DEFAULT_ROLES	opt_isp.h
+ISP_INTERNAL_TARGET	opt_isp.h
 
 # Options used only in dev/iscsi
 ISCSI_INITIATOR_DEBUG	opt_iscsi_initiator.h


More information about the svn-src-head mailing list