[kernel] disable qla4xxx on ppc32

Kyle McMartin kyle at fedoraproject.org
Wed Mar 30 00:04:07 UTC 2011


commit f80257e0479c02970d5ddadfe59157fac8526c40
Author: Kyle McMartin <kyle at redhat.com>
Date:   Tue Mar 29 19:58:30 2011 -0400

    disable qla4xxx on ppc32

 config-powerpc32-generic |    2 ++
 kernel.spec              |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/config-powerpc32-generic b/config-powerpc32-generic
index d230495..909d389 100644
--- a/config-powerpc32-generic
+++ b/config-powerpc32-generic
@@ -182,3 +182,5 @@ CONFIG_PERF_EVENTS=y
 CONFIG_EVENT_PROFILE=y
 
 CONFIG_KVM_BOOK3S_32=m
+
+# CONFIG_SCSI_QLA_ISCSI is not set
diff --git a/kernel.spec b/kernel.spec
index 2514bd1..145822f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1941,6 +1941,9 @@ fi
 # and build.
 
 %changelog
+* Tue Mar 29 2011 Kyle McMartin <kmcmartin at redhat.com>
+- Disable qla4xxx (CONFIG_SCSI_QLA_ISCSI) driver on powerpc32 (#686199)
+
 * Tue Mar 29 2011 Kyle McMartin <kmcmartin at redhat.com> 2.6.39-0.rc1.git0.0
 - ... and then 2.6.39-rc1
 


More information about the scm-commits mailing list