* r8169 needs mii
@ 2008-11-18 17:28 Jean Schurger
0 siblings, 0 replies; only message in thread
From: Jean Schurger @ 2008-11-18 17:28 UTC (permalink / raw)
To: linux-kernel
[-- 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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-18 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 17:28 r8169 needs mii Jean Schurger
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.