Netdev List
 help / color / mirror / Atom feed
* [PATCH next] r8169: select MII in Kconfig
@ 2008-09-08 20:49 Hugh Dickins
  2008-09-09 22:32 ` Francois Romieu
  0 siblings, 1 reply; 2+ messages in thread
From: Hugh Dickins @ 2008-09-08 20:49 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

drivers/built-in.o: In function `rtl8169_gset_xmii':
r8169.c:(.text+0x82259): undefined reference to `mii_ethtool_gset'
suggests that R8169 now needs to select MII.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
---

 drivers/net/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- 2.6.27-rc5-mm1/drivers/net/Kconfig	2008-09-05 10:07:55.000000000 +0100
+++ linux/drivers/net/Kconfig	2008-09-05 15:20:08.000000000 +0100
@@ -2034,6 +2034,7 @@ config R8169
 	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] 2+ messages in thread

* Re: [PATCH next] r8169: select MII in Kconfig
  2008-09-08 20:49 [PATCH next] r8169: select MII in Kconfig Hugh Dickins
@ 2008-09-09 22:32 ` Francois Romieu
  0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2008-09-09 22:32 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: netdev

Hugh Dickins <hugh@veritas.com> :
> drivers/built-in.o: In function `rtl8169_gset_xmii':
> r8169.c:(.text+0x82259): undefined reference to `mii_ethtool_gset'
> suggests that R8169 now needs to select MII.
> 
> Signed-off-by: Hugh Dickins <hugh@veritas.com>

Ack. I'll add it to the r8169 branch. It's rebase season :o)

-- 
Ueimor

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-09 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 20:49 [PATCH next] r8169: select MII in Kconfig Hugh Dickins
2008-09-09 22:32 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox