[PATCH 2/2] UBUNTU: [Config] enable BLK_DEV_BSG

Colin Ian King colin.king at canonical.com
Wed Mar 17 10:10:04 UTC 2010


Well, this is no longer experimental and I cannot see any reason why not
to enable it, especially since the Kconfig recommends enabling it by
default.

On Wed, 2010-03-17 at 09:26 +0000, Andy Whitcroft wrote:
> Enable block layer SCSI Generic V4:
> 
>     BLK_DEV_BSG=y
> 
> This is an option which is recommended enabled, and seemingly required
> for recent UDEV versions.  From the option's help text:
> 
>     This option is required by recent UDEV versions to properly
>     access device serial numbers, etc.
> 
>     If unsure, say Y.
> 
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
Acked-by: Colin King <colin.king at canonical.com>

> ---
>  debian.master/config/config.common.ports  |    2 +-
>  debian.master/config/config.common.ubuntu |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
> index bfc858e..d9c2164 100644
> --- a/debian.master/config/config.common.ports
> +++ b/debian.master/config/config.common.ports
> @@ -272,7 +272,7 @@ CONFIG_BLK_DEV_3W_XXXX_RAID=m
>  # CONFIG_BLK_DEV_AEC62XX is not set
>  # CONFIG_BLK_DEV_ALI15X3 is not set
>  # CONFIG_BLK_DEV_AMD74XX is not set
> -# CONFIG_BLK_DEV_BSG is not set
> +CONFIG_BLK_DEV_BSG=y
>  # CONFIG_BLK_DEV_CMD64X is not set
>  CONFIG_BLK_DEV_COMPCACHE=m
>  # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index 989c14c..d35c307 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -365,7 +365,7 @@ CONFIG_BLK_CPQ_CISS_DA=m
>  CONFIG_BLK_CPQ_DA=m
>  CONFIG_BLK_DEV=y
>  CONFIG_BLK_DEV_3W_XXXX_RAID=m
> -# CONFIG_BLK_DEV_BSG is not set
> +CONFIG_BLK_DEV_BSG=y
>  CONFIG_BLK_DEV_COMPCACHE=m
>  # CONFIG_BLK_DEV_COMPCACHE_DEBUG is not set
>  # CONFIG_BLK_DEV_COMPCACHE_STATS is not set
> -- 
> 1.7.0
> 
> 






More information about the kernel-team mailing list