On Thu, Apr 06, 2000 at 08:50:38AM -0400, Michael W Zappe wrote:
> On Wed, Apr 05, 2000 at 09:58:52PM -0500, Eric Sandeen wrote:
> > Ok, played with it some more, and got rid of those pesky unresolved
> > symbols (just a kernel setting.. doh!)
> > 
> > When I try to bring up the interface, I get a whole string of
> > 
> > Setting Rx mode
> > Failed to set Rx mode: -16
> > 
> > I decided to see what "-16" meant (if anything...) and it turns out that
> > kaweth_control() is returning on
> > 
> > if (in_interupt())
> > {
> >     return -EBUSY;
> > }
> > 
> > Also, it seems that if I insert the module while the interface is
> > plugged in, the firmware download fails.  If I load the module, then
> > plug in the device, the firmware download works fine...
  That's probably because the hardware only allows the firmware to be loaded
once.  If you try to load it a second time it hangs.  According the the
FreeBSD driver we can check to see if the firmware has allready been loaded
by checking the device version. Though I think we need to force that to be
reread because it appears to be cached.
  - Nick Lopez
    [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to