public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/genkernel:ryao commit in: arch/ppc/, /, arch/x86_64/, arch/x86/, arch/alpha/, defaults/
@ 2012-11-05 18:30 Richard Yao
  0 siblings, 0 replies; only message in thread
From: Richard Yao @ 2012-11-05 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4d42bbf35b0b68afbe16bdc950bebe2c4c1bcd96
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:13:46 2012 +0000
Commit:     Richard Yao <ryao <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:13:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=4d42bbf3

Bug #336170: amd74xx was long-replaced by pata_amd.

The old driver is problematic, as even with the pata_amd module loaded,
it will not release the device. Disable the old driver on remaining
platforms, add pata_amd where missing & needed (not alpha).

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ChangeLog                 |    8 ++++++++
 arch/alpha/kernel-config  |    2 +-
 arch/ppc/kernel-config    |    4 ++--
 arch/x86/kernel-config    |    2 +-
 arch/x86_64/kernel-config |    2 +-
 defaults/kernel-config    |    2 +-
 6 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44477b5..6204a06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,14 @@
 # Distributed under the GPL v2
 # $Id$
 
+  13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/kernel-config,
+  arch/ppc/kernel-config, arch/x86/kernel-config, arch/x86_64/kernel-config,
+  defaults/kernel-config:
+  Bug #336170: amd74xx was long-replaced by pata_amd. The old driver is
+  problematic, as even with the pata_amd module loaded, it will not release the
+  device. Disable the old driver on remaining platforms, add pata_amd where
+  missing & needed (not alpha).
+
   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
   Bug #414581: ensure built-in initramfs compress config options are set to
   avoid silentoldconfig bailing out.

diff --git a/arch/alpha/kernel-config b/arch/alpha/kernel-config
index 4c8c665..bd6cae7 100644
--- a/arch/alpha/kernel-config
+++ b/arch/alpha/kernel-config
@@ -333,7 +333,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 # CONFIG_BLK_DEV_AEC62XX is not set
 CONFIG_BLK_DEV_ALI15X3=y
 # CONFIG_WDC_ALI15X3 is not set
-CONFIG_BLK_DEV_AMD74XX=y
+# CONFIG_BLK_DEV_AMD74XX is not set
 CONFIG_BLK_DEV_CMD64X=y
 # CONFIG_BLK_DEV_TRIFLEX is not set
 CONFIG_BLK_DEV_CY82C693=y

diff --git a/arch/ppc/kernel-config b/arch/ppc/kernel-config
index e1013ef..7d6d2d4 100644
--- a/arch/ppc/kernel-config
+++ b/arch/ppc/kernel-config
@@ -594,7 +594,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_BLK_DEV_AEC62XX=y
 CONFIG_BLK_DEV_ALI15X3=y
 # CONFIG_WDC_ALI15X3 is not set
-CONFIG_BLK_DEV_AMD74XX=y
+# CONFIG_BLK_DEV_AMD74XX is not set
 CONFIG_BLK_DEV_CMD64X=y
 CONFIG_BLK_DEV_TRIFLEX=y
 CONFIG_BLK_DEV_CY82C693=y
@@ -754,7 +754,7 @@ CONFIG_SATA_VIA=m
 CONFIG_SATA_VITESSE=m
 # CONFIG_SATA_INIC162X is not set
 # CONFIG_PATA_ALI is not set
-# CONFIG_PATA_AMD is not set
+CONFIG_PATA_AMD=m
 # CONFIG_PATA_ARTOP is not set
 # CONFIG_PATA_ATIIXP is not set
 # CONFIG_PATA_CMD640_PCI is not set

diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index 8b5adad..f461b62 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -1085,7 +1085,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_BLK_DEV_AEC62XX=y
 CONFIG_BLK_DEV_ALI15X3=y
 # CONFIG_WDC_ALI15X3 is not set
-CONFIG_BLK_DEV_AMD74XX=y
+# CONFIG_BLK_DEV_AMD74XX is not set
 CONFIG_BLK_DEV_ATIIXP=y
 CONFIG_BLK_DEV_CMD64X=y
 CONFIG_BLK_DEV_TRIFLEX=y

diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index ae006a9..c438bcf 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -1140,7 +1140,7 @@ CONFIG_BLK_DEV_RZ1000=y
 CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_BLK_DEV_AEC62XX=y
 CONFIG_BLK_DEV_ALI15X3=y
-CONFIG_BLK_DEV_AMD74XX=y
+# CONFIG_BLK_DEV_AMD74XX is not set
 CONFIG_BLK_DEV_ATIIXP=y
 CONFIG_BLK_DEV_CMD64X=y
 CONFIG_BLK_DEV_TRIFLEX=y

diff --git a/defaults/kernel-config b/defaults/kernel-config
index 065d146..06751c5 100644
--- a/defaults/kernel-config
+++ b/defaults/kernel-config
@@ -1085,7 +1085,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_BLK_DEV_AEC62XX=y
 CONFIG_BLK_DEV_ALI15X3=y
 # CONFIG_WDC_ALI15X3 is not set
-CONFIG_BLK_DEV_AMD74XX=y
+# CONFIG_BLK_DEV_AMD74XX is not set
 CONFIG_BLK_DEV_ATIIXP=y
 CONFIG_BLK_DEV_CMD64X=y
 CONFIG_BLK_DEV_TRIFLEX=y


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-05 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 18:30 [gentoo-commits] proj/genkernel:ryao commit in: arch/ppc/, /, arch/x86_64/, arch/x86/, arch/alpha/, defaults/ Richard Yao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox