From 163884b1c6edca605aa70f5a44a37b37eef6bbc7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 16 May 2013 09:56:24 +0200 Subject: [PATCH] linux: disable old and deprecated IDE subsystem by default Note: When running an auto-configured kernel within Hyper-V the virtual disks got detected twice. Once by the new ATA subsystem and the other time by the old and deprecated IDE subsystem. --- base/linux/arch/config-common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/linux/arch/config-common.sh b/base/linux/arch/config-common.sh index 9e6282c0f..51114298f 100644 --- a/base/linux/arch/config-common.sh +++ b/base/linux/arch/config-common.sh @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux/arch/config-common.sh -# Copyright (C) 2008 - 2012 The OpenSDE Project +# Copyright (C) 2008 - 2013 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -67,6 +67,10 @@ CONFIG_SAMPLES=n # do not refuse to enumerate external hubs CONFIG_USB_OTG_BLACKLIST_HUB=n + +# deprecated (only needed for old ATA/(E)IDE and ATAPI units) +# users of ATA hardware are encouraged to migrate to the newer ATA subsystem +CONFIG_IDE=n EOT # broken since 2.6.20 and still as of 2.6.27