svn commit: r359203 - stable/11/sys/conf

Andre Albsmeier Andre.Albsmeier at siemens.com
Sun Mar 22 07:40:29 UTC 2020


On Sun, 22-Mar-2020 at 02:26:15 +0000, Alan Somers wrote:
> Author: asomers
> Date: Sun Mar 22 02:26:14 2020
> New Revision: 359203
> URL: https://svnweb.freebsd.org/changeset/base/359203
> 
> Log:
>   MFC r354779:
>   
>   Actually hook CAM_IO_STATS up to the build

And CAM_TEST_FAILURE (esp. 2 times)? Can't find any references to this...

>   ...
> @@ -1344,6 +1345,9 @@ options 	SCSI_NO_SENSE_STRINGS
>  options 	SCSI_NO_OP_STRINGS
>  options 	SCSI_DELAY=5000	# Be pessimistic about Joe SCSI device
>  options 	CAM_IOSCHED_DYNAMIC
> +options		CAM_TEST_FAILURE
> +options		CAM_IO_STATS
> +options		CAM_TEST_FAILURE
>  
>  # Options for the CAM CDROM driver:
>  # CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
> 
> Modified: stable/11/sys/conf/options
> ==============================================================================
> --- stable/11/sys/conf/options	Sun Mar 22 01:40:12 2020	(r359202)
> +++ stable/11/sys/conf/options	Sun Mar 22 02:26:14 2020	(r359203)
> @@ -334,6 +334,8 @@ CAM_DEBUG_LUN		opt_cam.h
>  CAM_DEBUG_FLAGS		opt_cam.h
>  CAM_BOOT_DELAY		opt_cam.h
>  CAM_IOSCHED_DYNAMIC	opt_cam.h
> +CAM_IO_STATS		opt_cam.h
> +CAM_TEST_FAILURE	opt_cam.h
>  SCSI_DELAY		opt_scsi.h
>  SCSI_NO_SENSE_STRINGS	opt_scsi.h
>  SCSI_NO_OP_STRINGS	opt_scsi.h
> _______________________________________________
> svn-src-stable-11 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-stable-11
> To unsubscribe, send any mail to "svn-src-stable-11-unsubscribe at freebsd.org"

-- 
FreeBSD: We eat penguins for breakfast


More information about the svn-src-stable mailing list