[kernel] Disable the PMAC ide driver. PATA_MACIO seems to work (rhbz 810579)

Josh Boyer jwboyer at fedoraproject.org
Tue Apr 10 14:59:19 UTC 2012


commit dfe7e131a269860221ee8d0d2bb9555e5a89eb5e
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Tue Apr 10 10:58:46 2012 -0400

    Disable the PMAC ide driver.  PATA_MACIO seems to work (rhbz 810579)
    
    - Backport fixes for correct register constraints in cmpxchg.h (rhbz 809014)

 config-powerpc-generic |    3 +--
 kernel.spec            |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config-powerpc-generic b/config-powerpc-generic
index a05befa..49ba30e 100644
--- a/config-powerpc-generic
+++ b/config-powerpc-generic
@@ -159,8 +159,7 @@ CONFIG_IDE_TASK_IOCTL=y
 # CONFIG_BLK_DEV_SLC90E66 is not set
 # CONFIG_BLK_DEV_TRM290 is not set
 # CONFIG_BLK_DEV_VIA82CXXX is not set
-CONFIG_BLK_DEV_IDE_PMAC=m
-CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
+# CONFIG_BLK_DEV_IDE_PMAC is not set
 CONFIG_BLK_DEV_IDEDMA=y
 # CONFIG_BLK_DEV_HD is not set
 # CONFIG_USB_STORAGE_ISD200 is not set
diff --git a/kernel.spec b/kernel.spec
index 894304e..a536d8b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2308,6 +2308,7 @@ fi
 #                 ||     ||
 %changelog
 * Tue Apr 10 2012 Josh Boyer <jwboyer at redhat.com>
+- Disable the PMAC ide driver.  PATA_MACIO seems to work (rhbz 810579)
 - Backport fixes for correct register constraints in cmpxchg.h (rhbz 809014)
 
 * Mon Apr 09 2012 Justin M. Forbes <jforbes at redhat.com> - 3.4.0-0.rc2.git0.3


More information about the scm-commits mailing list