1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Latest kernels vs IDE/libata
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Latest%20kernels%20vs%20IDE/libata&In-Reply-To=%3C4F6B8D0E.4090507%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="013255.html">
<LINK REL="Next" HREF="013410.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Latest kernels vs IDE/libata</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Latest%20kernels%20vs%20IDE/libata&In-Reply-To=%3C4F6B8D0E.4090507%40mageia.org%3E"
TITLE="[Mageia-dev] Latest kernels vs IDE/libata">anssi at mageia.org
</A><BR>
<I>Thu Mar 22 21:35:26 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="013255.html">[Mageia-dev] Latest kernels vs IDE/libata
</A></li>
<LI>Next message: <A HREF="013410.html">[Mageia-dev] Latest kernels vs IDE/libata
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13402">[ date ]</a>
<a href="thread.html#13402">[ thread ]</a>
<a href="subject.html#13402">[ subject ]</a>
<a href="author.html#13402">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>20.03.2012 10:50, JA Magallón kirjoitti:
><i> Hi all...
</I>><i>
</I>><i> I have a queston about an issue that should be decided by the 'thinkin
</I>><i> minds' in the distro, that probably have have wider sight than me...
</I>><i>
</I>><i> I have some boxes with ide disks, that long tine ago were driven by
</I>><i> the libata subsystem, as the pure PATA susbsytem is being slowly
</I>><i> deprecated. Perhaps the kernel driver loading priorities have changed,
</I>><i> perhaps before IDE was not builtin into kernel.
</I>><i> But now, to get my IDE drove again by libata, I have to blacklist
</I>><i> generic-ide and company.
</I>><i> So I had to put a file ide.conf into modules.d like:
</I>><i>
</I>><i> blacklist ide-generic
</I>><i> blacklist ide-pci-generic
</I>><i> blacklist piix
</I>><i>
</I>><i> so ata_piix drives my ICH5 again.
</I>><i>
</I>><i> I think it is desirable, libata works much better than old IDE driver,
</I>><i> all your drives are sdX, instead of mixing sdX for SATA and hdX for PATA,
</I>><i> etc...
</I>><i>
</I>><i> Would it be desirable to have an ide-blacklist.conf file just to go
</I>><i> migrating all working-ok-with-libata controllers to libata, and only
</I>><i> leave pure PATA drivers for non supported oldies ?
</I>
I'm not sure how it worked previously (hack in mkinitrd, or luck?), but
if we don't want to disable the IDE drivers completely, attached is a
kernel patch that makes modprobe load ATA drivers before IDE drivers.
Thomas?
--
Anssi Hannula
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ata-prefer-ata-drivers-over-ide-drivers-when-both-ar.patch
Type: text/x-patch
Size: 1236 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120322/9661a504/attachment-0001.bin>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="013255.html">[Mageia-dev] Latest kernels vs IDE/libata
</A></li>
<LI>Next message: <A HREF="013410.html">[Mageia-dev] Latest kernels vs IDE/libata
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13402">[ date ]</a>
<a href="thread.html#13402">[ thread ]</a>
<a href="subject.html#13402">[ subject ]</a>
<a href="author.html#13402">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|