]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.drivers/libata-prefer-over-ide
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / libata-prefer-over-ide
CommitLineData
00e5a55c
BS
1From: Tejun Heo <teheo@suse.de>
2Subject: libata: prefer libata drivers over ide ones
3References: bnc#433105
4
5When loading modules, modprobe follows modules.order which is
6generated according to the link order. libata ones have been our
7primary ATA drivers for some time now and having ide drivers before
8libata ones trigger unexpected behaviors. Prefer libata over ide.
9
10Signed-off-by: Tejun Heo <teheo@suse.de>
11---
12 drivers/Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15Index: linux-2.6.26/drivers/Makefile
16===================================================================
17--- linux-2.6.26.orig/drivers/Makefile
18+++ linux-2.6.26/drivers/Makefile
19@@ -37,9 +37,9 @@ obj-y += base/ block/ misc/ mfd/ net/
20 obj-$(CONFIG_NUBUS) += nubus/
21 obj-$(CONFIG_ATM) += atm/
22 obj-y += macintosh/
23-obj-$(CONFIG_IDE) += ide/
24 obj-$(CONFIG_SCSI) += scsi/
25 obj-$(CONFIG_ATA) += ata/
26+obj-$(CONFIG_IDE) += ide/
27 obj-$(CONFIG_FUSION) += message/
28 obj-$(CONFIG_FIREWIRE) += firewire/
29 obj-y += ieee1394/