RE: [Etherboot-developers] Sundance Driver Status
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-04-13 23:23:29
|
> Ok, then you have two bugs. The EB driver is transmitting twice but that > didn't stop it from loading and running the kernel. Except for one One bug down, the sundance data sheet says that the address of the next frame should be zero if there is only one frame (I was following the tulip card too closely). > thing, the bugs should be unrelated: Did you also remember to implement > the disable routine and to register it? It is registered by the probe function as: dev->disable = sundance_disable; Is that what you mean by register? Marty, if you are listening, would you mind testing the latest CVS with your card? I would like to rule out something stupid in my configuration. Tim |