<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>NET_POLL missing in the new ibm_emac driver?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I was having so many problems with the 2.6.14 (old) emac driver that I<BR>
backported the new one from 2.6.15.&nbsp; It works great... until I tried to<BR>
use KGDBOE with it.&nbsp; Then I got:<BR>
<BR>
&nbsp;&nbsp;&nbsp; kgdboe: eth1 doesn't support polling, aborting.<BR>
<BR>
Looking around I see that I need the driver to support the<BR>
poll_controller method in the net device, and the new driver doesn't<BR>
seem to do that.<BR>
<BR>
I see the old implementation of this method, but of course it uses<BR>
interfaces that no longer exist so I can't use that directly.&nbsp; It seems<BR>
like a small change but I'm not really familiar with the implementation<BR>
of the ibm_emac driver; does anyone have a patch for the new driver to<BR>
provide this feature?<BR>
<BR>
<BR>
Thanks!<BR>
<BR>
--<BR>
-----------------------------------------------------------------------------<BR>
&nbsp;Paul D. Smith &lt;psmith@netezza.com&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://netezza.com">http://netezza.com</A><BR>
&nbsp;&quot;Please remain calm--I may be mad, but I am a professional.&quot;--Mad Scientist<BR>
-----------------------------------------------------------------------------<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These are my opinions--Netezza takes no responsibility for them.<BR>
</FONT>
</P>

</BODY>
</HTML>