From: Jean Schurger <jean@schurger.org>
To: linux-kernel@vger.kernel.org
Subject: r8169 needs mii
Date: Tue, 18 Nov 2008 12:28:30 -0500 [thread overview]
Message-ID: <1227029310.14464.41.camel@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Hi,
The r8169 module needs the MII hardware support library.
Here is a patch for the drivers/net/Kconfig
Jean.
[-- Attachment #2: r8159-config-mii.patch --]
[-- Type: text/x-patch, Size: 445 bytes --]
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.
reply other threads:[~2008-11-18 17:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1227029310.14464.41.camel@localhost \
--to=jean@schurger.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.