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-kernel+bounces-355-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L3jO6-00055w-8I
	for garchives@archives.gentoo.org; Sat, 22 Nov 2008 03:42:26 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ABEBEE0369;
	Sat, 22 Nov 2008 03:42:26 +0000 (UTC)
Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5C420E0369
	for <gentoo-kernel@lists.gentoo.org>; Sat, 22 Nov 2008 03:42:26 +0000 (UTC)
Received: by mu-out-0910.google.com with SMTP id i2so1256077mue.6
        for <gentoo-kernel@lists.gentoo.org>; Fri, 21 Nov 2008 19:42:24 -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=aZc//gG2dofoaAgVKrTYMYy60Zdeozj+V1s3LL5t7zc=;
        b=vmP595e13fWZNYu9TuUFSLPcA8pOkcx+t/RC7+cNQ7NPMOx+QDCILZ32g6ffaOTTgl
         iovHs9Nhz/F8yCB+hXGSCl+oklnc/4kDP78hDJ9qhf4E/7l25yL0pcKu/NFImEdi/cpB
         PjIQ9ivkaCnZrvE2I/vYgR9RzQjTCGyJUKUsg=
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=CUhL/6VJm9JLIWgD18RjVN9pakSN75ZqK9gVMuJ0ieAIqSaajeKgtdmdE3RjmzDVfI
         sSeg/BrWu7nwFKrdWuAXvGuAd23B85i48zyQsDyfSeXjzoka4fLjtRo6cDuRuL3mJntz
         P/QenaSbJhcX8pYR8ePsEiwe+zIPOIPCYVij8=
Received: by 10.103.245.18 with SMTP id x18mr317014mur.62.1227325343975;
        Fri, 21 Nov 2008 19:42:23 -0800 (PST)
Received: by 10.103.168.9 with HTTP; Fri, 21 Nov 2008 19:42:23 -0800 (PST)
Message-ID: <e38d12ff0811211942q6b2dd7fewa80328db7f8df200@mail.gmail.com>
Date: Fri, 21 Nov 2008 22:42:23 -0500
From: "Andrey Vul" <andrey.vul@gmail.com>
To: gentoo-kernel@lists.gentoo.org
Subject: [gentoo-kernel] Patch for 2.6.27-r3; needed for r8169 to compile
In-Reply-To: <e38d12ff0811211940y3d809bf7m652ab37b0c954285@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-kernel@lists.gentoo.org>
List-Help: <mailto:gentoo-kernel+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-kernel+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-kernel+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-kernel.gentoo.org>
X-BeenThere: gentoo-kernel@lists.gentoo.org
Reply-to: gentoo-kernel@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <e38d12ff0811211940y3d809bf7m652ab37b0c954285@mail.gmail.com>
X-Archives-Salt: 20ce9e64-4212-4425-ab5a-a424468bf687
X-Archives-Hash: 616689054cb22c562c7fd75b6236a50a

Greetings, gentoo-sources maintainers!

 The following patch fixes ERROR: "mii_ethtool_gset"
 [drivers/net/r8169.ko] undefined!
 Please add this to the -r3 patchset if possible (otherwise -r3 and -r4
 for 2.6.27.6 is excessive).

 From LKML:

 Hi,

  The r8169 module needs the MII hardware support library.

 Here is a patch for the drivers/net/Kconfig

 Jean.


 diff -uNr linux-2.6.27.6.orig/drivers/net/Kconfig
 linux-2.6.27.6/drivers/net/Kconfig
 --- linux-2.6.27.6.orig/drivers/net/Kconfig     2008-11-13
12:56:21.000000000 -0500
 +++ linux-2.6.27.6/drivers/net/Kconfig  2008-11-18 12:24:46.000000000 -0500
 @@ -2046,6 +2046,7 @@
        tristate "Realtek 8169 gigabit ethernet support"
        depends on PCI
        select CRC32
 +       select MII
        ---help---
          Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.





 --
 Andrey Vul

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in e-mail?