diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013402.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013402.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/013402.html | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013402.html b/zarb-ml/mageia-dev/2012-March/013402.html new file mode 100644 index 000000000..354b88e7a --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013402.html @@ -0,0 +1,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> |