From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-87006-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L5n31-0008F4-3N for garchives@archives.gentoo.org; Thu, 27 Nov 2008 20:01:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE91DE0589; Thu, 27 Nov 2008 20:01:09 +0000 (UTC) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by pigeon.gentoo.org (Postfix) with ESMTP id AC29DE0589 for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 20:01:09 +0000 (UTC) Received: by mail-gx0-f17.google.com with SMTP id 10so1495016gxk.10 for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 12:01:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7Sn/yqWz8uSh9JfQ7Rxw6w/GeDjMCAcCkdHmXffSadE=; b=vl0GDaZxlD+s895mMjDjjT4YNV3B+Bw99pHcg3VAunu5KmyQMlJGDmS7LzY/hQOoxe i80SvwQKDtWZWkCXsJ1pwaK9APgji5ghSHc5PvLrxdmXVVhTHAD93eH1Wm6939QpoMyv zBQkJC9ll5HwXkjX/GzMWJzYQF0uQeG/te9W0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ShhS+xIGzZIjiJ+20RrWXVxoPJ+Wnm9tV1pZNu4bkamCt1xabhPVvh4u1VgEsz6UPS pZJlaEbY/7AcUKl0plANgUmAokuduFUm6zSQJiz/CdqbU2BhQc0XSR9siPSPsFnJakFl GPbgs8L89lJSmSf5XKz1C5SBteS+Y9hueFVVM= Received: by 10.90.94.2 with SMTP id r2mr4109022agb.62.1227816067575; Thu, 27 Nov 2008 12:01:07 -0800 (PST) Received: by 10.90.118.2 with HTTP; Thu, 27 Nov 2008 12:01:07 -0800 (PST) Message-ID: <c30988c30811271201l73bb10ddi9f2951a68d9e4345@mail.gmail.com> Date: Thu, 27 Nov 2008 15:01:07 -0500 From: "Joshua Murphy" <poisonbl@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] PATA in gentoo-sources-2.6.26-r3 In-Reply-To: <492EEB3C.4010806@asyr.hopto.org> 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <492EEB3C.4010806@asyr.hopto.org> X-Archives-Salt: 45487c88-4354-4ed2-9141-9f850b87398f X-Archives-Hash: fe6ff558bf864539c59a0e2ca18f8d1b On Thu, Nov 27, 2008 at 1:47 PM, Thanasis <thanasis@asyr.hopto.org> wrote: > Yesterday, I tried upgrading from gentoo-sources-2.6.25-r9 to 2.6.26-r3, but > the new kernel can not mount the root filesystem, because it's on a RAID1 on > an SIL680 controller. > In the previous kernel I had CONFIG_PATA_SIL680=y , but in the new .config > I cannot find any PATA. > > # grep -i pata .config > (gives nothing) > > Has it been removed from the newer kernels? > > > Looks like linux-2.6.27-gentoo-r4 has it, at the very least. severn linux # pwd -P /usr/src/linux-2.6.27-gentoo-r4 severn linux # grep SIL680 .config # CONFIG_PATA_SIL680 is not set -- Poison [BLX] Joshua M. Murphy