From patchwork Mon May 24 06:01:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53394 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 5CE08B7D65 for ; Mon, 24 May 2010 16:01:51 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQjS-0001Ri-UF; Mon, 24 May 2010 07:01:47 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQjR-0001RE-0Z for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 07:01:45 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OGQjQ-0006dE-Ua for ; Mon, 24 May 2010 07:01:44 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OGQjQ-0006di-HA for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 07:01:44 +0100 Subject: [PATCH 5/6] UBUNTU: [Config] Enable CONFIG_SCSI_HPSA=m From: Leann Ogasawara To: kernel-team In-Reply-To: <1274680635.24569.3510.camel@emiko> References: <1274680635.24569.3510.camel@emiko> Date: Sun, 23 May 2010 23:01:26 -0700 Message-ID: <1274680886.24569.3525.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com >From 77ce3856e1db5237347da756b018bf12607570e6 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara 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 --- 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