diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013255.html')
| -rw-r--r-- | zarb-ml/mageia-dev/2012-March/013255.html | 144 | 
1 files changed, 144 insertions, 0 deletions
| diff --git a/zarb-ml/mageia-dev/2012-March/013255.html b/zarb-ml/mageia-dev/2012-March/013255.html new file mode 100644 index 000000000..d97924f99 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013255.html @@ -0,0 +1,144 @@ +<!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=%3C4F6844BA.2070501%40ono.com%3E"> +   <META NAME="robots" CONTENT="index,nofollow"> +   <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> +   <LINK REL="Previous"  HREF="013325.html"> +   <LINK REL="Next"  HREF="013402.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-dev] Latest kernels vs IDE/libata</H1> +    <B>JA Magallón</B>  +    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Latest%20kernels%20vs%20IDE/libata&In-Reply-To=%3C4F6844BA.2070501%40ono.com%3E" +       TITLE="[Mageia-dev] Latest kernels vs IDE/libata">jamagallon at ono.com +       </A><BR> +    <I>Tue Mar 20 09:50:02 CET 2012</I> +    <P><UL> +        <LI>Previous message: <A HREF="013325.html">[Mageia-dev] cgroup on the desktop +</A></li> +        <LI>Next message: <A HREF="013402.html">[Mageia-dev] Latest kernels vs IDE/libata +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#13255">[ date ]</a> +              <a href="thread.html#13255">[ thread ]</a> +              <a href="subject.html#13255">[ subject ]</a> +              <a href="author.html#13255">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>Hi all... + +I have a queston about an issue that should be decided by the 'thinkin +minds' in the distro, that probably have have wider sight than me... + +I have some boxes with ide disks, that long tine ago were driven by +the libata subsystem, as the pure PATA susbsytem is being slowly +deprecated. Perhaps the kernel driver loading priorities have changed, +perhaps before IDE was not builtin into kernel. +But now, to get my IDE drove again by libata, I have to blacklist +generic-ide and company. +So I had to put a file ide.conf into modules.d like: + +blacklist ide-generic +blacklist ide-pci-generic +blacklist piix + +so ata_piix drives my ICH5 again. + +I think it is desirable, libata works much better than old IDE driver, +all your drives are sdX, instead of mixing sdX for SATA and hdX for PATA, +etc... + +Would it be desirable to have an ide-blacklist.conf file just to go +migrating all working-ok-with-libata controllers to libata, and only +leave pure PATA drivers for non supported oldies ? + +TIA + +--  +J.A. Magallon <jamagallon()ono!com>        \               Winter is coming... +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="013325.html">[Mageia-dev] cgroup on the desktop +</A></li> +	<LI>Next message: <A HREF="013402.html">[Mageia-dev] Latest kernels vs IDE/libata +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#13255">[ date ]</a> +              <a href="thread.html#13255">[ thread ]</a> +              <a href="subject.html#13255">[ subject ]</a> +              <a href="author.html#13255">[ 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> | 
