[kernel] ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not

Kyle McMartin kyle at fedoraproject.org
Tue Feb 26 16:39:25 UTC 2013


commit a7a87b974e6a028834ca7b2d4ac7bdfc752ad7d9
Author: Kyle McMartin <kmcmarti at redhat.com>
Date:   Wed Feb 20 14:42:27 2013 -0500

    ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not
    
      just on ppc64

 config-generic |    4 +++-
 kernel.spec    |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 69c3f99..7817bcf 100644
--- a/config-generic
+++ b/config-generic
@@ -481,7 +481,9 @@ CONFIG_SCSI_DC390T=m
 CONFIG_SCSI_QLA_FC=m
 CONFIG_TCM_QLA2XXX=m
 CONFIG_SCSI_QLA_ISCSI=m
-# CONFIG_SCSI_IPR is not set
+CONFIG_SCSI_IPR=m
+CONFIG_SCSI_IPR_TRACE=y
+CONFIG_SCSI_IPR_DUMP=y
 # CONFIG_SCSI_DPT_I2O is not set
 CONFIG_SCSI_LPFC=m
 # CONFIG_SCSI_LPFC_DEBUG_FS is not set
diff --git a/kernel.spec b/kernel.spec
index e73cfca..b3c3420 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2334,6 +2334,10 @@ fi
 - Linux v3.8-523-gece8e0b
 - Reenable debugging options.
 
+* Wed Feb 20 2013 Kyle McMartin <kmcmarti at redhat.com>
+- ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not
+  just on ppc64
+
 * Tue Feb 19 2013 Josh Boyer <jwboyer at redhat.com> - 3.8.0-2
 - Add pekey support from David Howells and rework secure-boot patchset on top
 - Add support for Atheros 04ca:3004 bluetooth devices (rhbz 844750)


More information about the scm-commits mailing list