* NET_POLL missing in the new ibm_emac driver?
@ 2007-04-09 16:53 Paul Smith
0 siblings, 0 replies; 2+ messages in thread
From: Paul Smith @ 2007-04-09 16:53 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
I was having so many problems with the 2.6.14 (old) emac driver that I
backported the new one from 2.6.15. It works great... until I tried to
use KGDBOE with it. Then I got:
kgdboe: eth1 doesn't support polling, aborting.
Looking around I see that I need the driver to support the
poll_controller method in the net device, and the new driver doesn't
seem to do that.
I see the old implementation of this method, but of course it uses
interfaces that no longer exist so I can't use that directly. It seems
like a small change but I'm not really familiar with the implementation
of the ibm_emac driver; does anyone have a patch for the new driver to
provide this feature?
Thanks!
--
-----------------------------------------------------------------------------
Paul D. Smith <psmith@netezza.com> http://netezza.com
"Please remain calm--I may be mad, but I am a professional."--Mad Scientist
-----------------------------------------------------------------------------
These are my opinions--Netezza takes no responsibility for them.
[-- Attachment #2: Type: text/html, Size: 1811 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: NET_POLL missing in the new ibm_emac driver?
@ 2007-04-10 22:04 Paul Smith
0 siblings, 0 replies; 2+ messages in thread
From: Paul Smith @ 2007-04-10 22:04 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: netdev
Hi all; any love here? Maybe a pointer or two (e.g., what's the
equivalent, in the new emac driver, of these lines in the old driver:
emac_rxeob_dev((void *)ndev, 0);
emac_txeob_dev((void *)ndev, 0);
?)
---------------
I was having so many problems with the 2.6.14 (old) emac driver that I
backported the new one from 2.6.15. It works great... until I tried to
use KGDBOE with it. Then I got:
kgdboe: eth1 doesn't support polling, aborting.
Looking around I see that I need the driver to support the
poll_controller method in the net device, and the new driver doesn't
seem to do that.
I see the old implementation of this method, but of course it uses
interfaces that no longer exist so I can't use that directly. It seems
like a small change but I'm not really familiar with the implementation
of the ibm_emac driver; does anyone have a patch for the new driver to
provide this feature?
Thanks!
--
-----------------------------------------------------------------------------
Paul D. Smith <psmith@netezza.com> http://netezza.com
"Please remain calm--I may be mad, but I am a professional."--Mad Scientist
-----------------------------------------------------------------------------
These are my opinions--Netezza takes no responsibility for them.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-10 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 16:53 NET_POLL missing in the new ibm_emac driver? Paul Smith
-- strict thread matches above, loose matches on Subject: below --
2007-04-10 22:04 Paul Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).