Re: [Etherboot-developers] A new year deserves a new driver
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-04 23:29:41
|
>I have committed the initial implementation of the sundance driver to >the 5.1 cvs. Have you also tried it with 5.0? To make a 5.1 driver work on 5.0 do #define virt_to_bus(x) x >For some reason, it is extremely slow, taking 5 minutes to obtain its >own driver from the dhcp server. I have not been able to track down the >issue. Any thoughts? Maybe you're polling the wrong bit? It should be a register or memory bit that indicates there is at least one complete packet in the buffer, not an interrupt bit or anything interrupt related. >Once I updated to the most recent version of the cvs, the PC reboots >after it obtains its own rom. I have not yet had the time to figure it >out. Possibly the relocation? Try it on 5.0 first. Then you won't have 5.1 issues confounding the debugging. |