[PATCH 5/6] UBUNTU: [Config] Enable CONFIG_SCSI_HPSA=m
Leann Ogasawara
leann.ogasawara at canonical.com
Mon May 24 06:01:26 UTC 2010
>From 77ce3856e1db5237347da756b018bf12607570e6 Mon Sep 17 00:00:00 2001
From: Leann Ogasawara <leann.ogasawara at canonical.com>
Date: Sun, 23 May 2010 12:30:28 -0700
Subject: [PATCH 5/6] UBUNTU: [Config] Enable CONFIG_SCSI_HPSA=m
Enable CONFIG_SCSI_HPSA=m for ports and ubuntu. This option supports HP
Smart Array Controllers (circa 2009). It is a SCSI alternative to the
cciss driver, which is a block driver. This option allows anyone wishing
to use HP Smart Array controllers to present the devices to linux as SCSI
devices, rather than as generic block devices.
Signed-off-by: Leann Ogasawara <leann.ogasawara 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 b64266e..aa5a267 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -2904,7 +2904,7 @@ CONFIG_SCSI_EATA_TAGGED_QUEUE=y
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_GDTH=m
-# CONFIG_SCSI_HPSA is not set
+CONFIG_SCSI_HPSA=m
CONFIG_SCSI_HPTIOP=m
# CONFIG_SCSI_IBMVFC is not set
# CONFIG_SCSI_IBMVSCSI is not set
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 869f2dc..95de87d 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -3361,7 +3361,7 @@ CONFIG_SCSI_GDTH=m
CONFIG_SCSI_GENERIC_NCR5380=m
CONFIG_SCSI_GENERIC_NCR5380_MMIO=m
CONFIG_SCSI_GENERIC_NCR53C400=y
-# CONFIG_SCSI_HPSA is not set
+CONFIG_SCSI_HPSA=m
CONFIG_SCSI_HPTIOP=m
CONFIG_SCSI_IBMMCA=m
CONFIG_SCSI_IMM=m
--
1.7.0.4
More information about the kernel-team
mailing list