Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PATA in gentoo-sources-2.6.26-r3
Date: Fri, 28 Nov 2008 08:25:21
Message-Id: 492FAAEB.9090902@asyr.hopto.org
In Reply to: Re: [gentoo-user] PATA in gentoo-sources-2.6.26-r3 by Neil Bothwick
1 on 11/28/2008 12:33 AM Neil Bothwick wrote the following:
2 > On Thu, 27 Nov 2008 20:47:24 +0200, Thanasis wrote:
3 >
4 >> Yesterday, I tried upgrading from gentoo-sources-2.6.25-r9 to
5 >> 2.6.26-r3, but the new kernel can not mount the root filesystem,
6 >> because it's on a RAID1 on an SIL680 controller.
7 >> In the previous kernel I had CONFIG_PATA_SIL680=y , but in the new
8 >> .config I cannot find any PATA.
9 >>
10 >> # grep -i pata .config
11 >> (gives nothing)
12 >
13 > Grepping .config is a bad way of looking for options. If option A
14 > disables B, A will appear as not set and B will not be mentioned. The
15 > proper way is to use the / key to search in make menuconfig, which will
16 > show you that you need ATA_SFF enabled to see many of the PATA and SATA
17 > drivers now.
18 >
19 >
20 I just didn't know about the / key.
21 Very useful.
22 Thanks Neil.
23 :-)
24 PS: are there any other keys one should know about?