diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023309.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023309.html | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023309.html b/zarb-ml/mageia-dev/2013-March/023309.html new file mode 100644 index 000000000..ce3ee73bf --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023309.html @@ -0,0 +1,113 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Why is AHCI statically compiled into kernel? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3CCABrUASkqEd%2B8tXSd3K%3DvK1Z0wFPD6MYD52DtbQo8UR0qt4KWEQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023308.html"> + <LINK REL="Next" HREF="023301.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Why is AHCI statically compiled into kernel?</H1> + <B>R James</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3CCABrUASkqEd%2B8tXSd3K%3DvK1Z0wFPD6MYD52DtbQo8UR0qt4KWEQ%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Why is AHCI statically compiled into kernel?">upsnag2 at gmail.com + </A><BR> + <I>Tue Mar 5 20:19:09 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023308.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI>Next message: <A HREF="023301.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23309">[ date ]</a> + <a href="thread.html#23309">[ thread ]</a> + <a href="subject.html#23309">[ subject ]</a> + <a href="author.html#23309">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, Mar 5, 2013 at 12:54 PM, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>> wrote: + +><i> Op dinsdag 5 maart 2013 20:10:20 schreef Thomas Backlund: +</I>><i> [...] +</I>><i> > For servers (& bigger workstations) where you rely on SCSI / SAS / FC / +</I>><i> > .... you still need initrds, and usually you dont really care if a +</I>><i> > boot take a little longer. +</I>><i> +</I>><i> does this mean that AHCI is enabled only for desktop kernels? +</I>><i> +</I> +AHCI is definitely enabled for all kernels. +Its also statically compiled into all kernels as well: + +# cd /usr/src/linux-3.8.1-1.mga3/arch/x86/configs +# grep SATA_AHCI * + +i386_defconfig:CONFIG_SATA_AHCI=y +i386_defconfig-desktop:CONFIG_SATA_AHCI=y +i386_defconfig-desktop:CONFIG_SATA_AHCI_PLATFORM=y +i386_defconfig-desktop586:CONFIG_SATA_AHCI=y +i386_defconfig-desktop586:CONFIG_SATA_AHCI_PLATFORM=y +i386_defconfig-server:CONFIG_SATA_AHCI=y +i386_defconfig-server:CONFIG_SATA_AHCI_PLATFORM=y +x86_64_defconfig:CONFIG_SATA_AHCI=y +x86_64_defconfig-desktop:CONFIG_SATA_AHCI=y +x86_64_defconfig-desktop:CONFIG_SATA_AHCI_PLATFORM=y +x86_64_defconfig-server:CONFIG_SATA_AHCI=y +x86_64_defconfig-server:CONFIG_SATA_AHCI_PLATFORM=y + +(If any were modular, they be set to 'm') +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-dev/attachments/20130305/8682f172/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023308.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI>Next message: <A HREF="023301.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23309">[ date ]</a> + <a href="thread.html#23309">[ thread ]</a> + <a href="subject.html#23309">[ subject ]</a> + <a href="author.html#23309">[ 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> |