diff mbox

netdev: dm9000: require compat net dev ops

Message ID 1244761350-2823-1-git-send-email-vapier@gentoo.org
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Mike Frysinger June 11, 2009, 11:02 p.m. UTC
The dm9000 driver hasn't been upgraded yet, so select the compat net dev
ops option for now.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

David Miller June 11, 2009, 11:49 p.m. UTC | #1
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 11 Jun 2009 19:02:30 -0400

> The dm9000 driver hasn't been upgraded yet, so select the compat net dev
> ops option for now.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

This config option no longer exists in the networking tree.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mike Frysinger June 11, 2009, 11:51 p.m. UTC | #2
On Thu, Jun 11, 2009 at 19:49, David Miller wrote:
> From: Mike Frysinger Thu, 11 Jun 2009 19:02:30 -0400
>> The dm9000 driver hasn't been upgraded yet, so select the compat net dev
>> ops option for now.
>
> This config option no longer exists in the networking tree.

so compat support no longer exists, or dm9000 has been fixed, or
dm9000 is broken, or dm9000 is dropped, or ...... ?
-mike
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller June 12, 2009, 12:18 a.m. UTC | #3
From: Mike Frysinger <vapier.adi@gmail.com>
Date: Thu, 11 Jun 2009 19:51:04 -0400

> On Thu, Jun 11, 2009 at 19:49, David Miller wrote:
>> From: Mike Frysinger Thu, 11 Jun 2009 19:02:30 -0400
>>> The dm9000 driver hasn't been upgraded yet, so select the compat net dev
>>> ops option for now.
>>
>> This config option no longer exists in the networking tree.
> 
> so compat support no longer exists, or dm9000 has been fixed, or
> dm9000 is broken, or dm9000 is dropped, or ...... ?

Compat support no longer exists, and dm9000 is converted in
net-next-2.6

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mike Frysinger June 12, 2009, 12:47 a.m. UTC | #4
On Thu, Jun 11, 2009 at 20:18, David Miller wrote:
> From: Mike Frysinger Thu, 11 Jun 2009 19:51:04 -0400
>> On Thu, Jun 11, 2009 at 19:49, David Miller wrote:
>>> From: Mike Frysinger Thu, 11 Jun 2009 19:02:30 -0400
>>>> The dm9000 driver hasn't been upgraded yet, so select the compat net dev
>>>> ops option for now.
>>>
>>> This config option no longer exists in the networking tree.
>>
>> so compat support no longer exists, or dm9000 has been fixed, or
>> dm9000 is broken, or dm9000 is dropped, or ...... ?
>
> Compat support no longer exists, and dm9000 is converted in
> net-next-2.6

works for me.  said patch works fine for 2.6.30.
-mike
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 682186b..bee902e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -932,6 +932,7 @@  config DM9000
 	depends on ARM || BLACKFIN || MIPS
 	select CRC32
 	select MII
+	select COMPAT_NET_DEV_OPS
 	---help---
 	  Support for DM9000 chipset.