diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-10-13 22:13:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-10-13 22:13:51 +0000 |
commit | 4d42bbf35b0b68afbe16bdc950bebe2c4c1bcd96 (patch) | |
tree | daca57dcb46f04d0aba73754c21bc8dfcab63d22 /defaults | |
parent | Bug #414581: ensure built-in initramfs compress config options are set to avo... (diff) | |
download | genkernel-4d42bbf35b0b68afbe16bdc950bebe2c4c1bcd96.tar.gz genkernel-4d42bbf35b0b68afbe16bdc950bebe2c4c1bcd96.tar.bz2 genkernel-4d42bbf35b0b68afbe16bdc950bebe2c4c1bcd96.zip |
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@gentoo.org>
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/kernel-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/kernel-config b/defaults/kernel-config index 065d146c..06751c52 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 |