ALT Linux Bugzilla
– Attachment 5601 Details for
Bug 27862
Не загружается на многих платформах
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Описание внутри патча
libata-prefer-over-ide (text/plain), 1.11 KB, created by
led
on 2012-10-17 20:36:32 MSK
(
hide
)
Description:
Описание внутри патча
Filename:
MIME Type:
Creator:
led
Created:
2012-10-17 20:36:32 MSK
Size:
1.11 KB
patch
obsolete
>From: Tejun Heo <teheo@suse.de> >Subject: libata: prefer libata drivers over ide ones >References: bnc#433105 > >When loading modules, modprobe follows modules.order which is >generated according to the link order. libata ones have been our >primary ATA drivers for some time now and having ide drivers before >libata ones trigger unexpected behaviors. Prefer libata over ide. > >Signed-off-by: Tejun Heo <teheo@suse.de> >--- > drivers/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >Index: linux-3.0-tmp-jikos/drivers/Makefile >=================================================================== >--- linux-3.0-tmp-jikos.orig/drivers/Makefile >+++ linux-3.0-tmp-jikos/drivers/Makefile >@@ -45,12 +45,12 @@ obj-$(CONFIG_PARPORT) += parport/ > obj-y += base/ block/ misc/ mfd/ nfc/ > obj-$(CONFIG_NUBUS) += nubus/ > obj-y += macintosh/ >-obj-$(CONFIG_IDE) += ide/ > obj-$(CONFIG_SCSI) += scsi/ > obj-$(CONFIG_ATA) += ata/ > obj-$(CONFIG_TARGET_CORE) += target/ > obj-$(CONFIG_MTD) += mtd/ > obj-$(CONFIG_SPI) += spi/ >+obj-$(CONFIG_IDE) += ide/ > obj-y += net/ > obj-$(CONFIG_ATM) += atm/ > obj-$(CONFIG_FUSION) += message/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27862
:
5597
| 5601