From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-119134-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PgNwE-0003AB-Py for garchives@archives.gentoo.org; Fri, 21 Jan 2011 20:50:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025B2E0C9E; Fri, 21 Jan 2011 20:46:24 +0000 (UTC) Received: from basement.kutulu.org (187.250.102.97.cfl.res.rr.com [97.102.250.187]) by pigeon.gentoo.org (Postfix) with ESMTP id BCB72E0C9E for <gentoo-user@lists.gentoo.org>; Fri, 21 Jan 2011 20:46:19 +0000 (UTC) Received: from localhost (basement.kutulu.org [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 583BA7D8024; Fri, 21 Jan 2011 15:46:19 -0500 (EST) X-Virus-Scanned: amavisd-new at kutulu.org Received: from basement.kutulu.org ([127.0.0.1]) by localhost (basement.kutulu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KBINy+EvoApw; Fri, 21 Jan 2011 15:46:18 -0500 (EST) Received: from [192.168.100.114] (173.221.47.98.nw.nuvox.net [173.221.47.98]) by basement.kutulu.org (Postfix) with ESMTPSA id BBD607D8022; Fri, 21 Jan 2011 15:46:18 -0500 (EST) Message-ID: <4D39F0A0.1050507@kutulu.org> Date: Fri, 21 Jan 2011 15:46:24 -0500 From: Mike Edenfield <kutulu@kutulu.org> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org CC: meino.cramer@gmx.de Subject: Re: [gentoo-user] AHCI/IDE-question References: <20110121184507.GC5787@solfire> <AANLkTi=2H0jjdO7QasjPEGToMygZGxaHzz-FCLpgpjwO@mail.gmail.com> <4d39db9a.9505df0a.50d3.ffffbf47@mx.google.com> <AANLkTi=neE2Uon4aRG16ALm4td_oTZmCacJO=ZH_s5WA@mail.gmail.com> <20110121194828.GE5787@solfire> <4D39EA63.9070804@kutulu.org> <20110121203026.GD5878@solfire> In-Reply-To: <20110121203026.GD5878@solfire> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: cd1f5b66cab611a489cfd520a8d0f103 On 1/21/2011 3:30 PM, meino.cramer@gmx.de wrote: > Mike Edenfield <kutulu@kutulu.org> [11-01-21 21:28]: >> On 1/21/2011 2:48 PM, meino.cramer@gmx.de wrote: >> >>> My ASUS board offers: >>> RAID >>> IDE >>> AHCI >>> >>> The help to both kernel options mentioned above is saying (beside >>> other things): "If unsure, say N". >> >> Which kernel options are you specifically looking it? >> >> There isn't a single option that I see that says "AHCI", or "IDE". >> There are two separate AHCI options and a few dozen SFF ("IDE") options. > I am talking about this two options: > > CONFIG_SATA_AHCI=y > # CONFIG_SATA_AHCI_PLATFORM is not set Yes, those are just two different version of the AHCI driver. And you don't need either of them to boot, since AHCI is only one option for accessing IDE drives. On my systems that predate AHCI/SATA, for example, I just use the legacy interface: CONFIG_ATA_SFF=y CONFIG_ATA_BMDMA=y CONFIG_SATA_NV=y But if AHCI is available, then obviously I'm going to use that instead. --Mike