Day 1 ( June 20 )

Unfortunately not much work was done today due to two exams for college. I continued with the ring init functions and also took a look at the freebsd driver. It can be confusing to decide which steps are required and which steps can be omitted while still having the card function reliably. Taking a look at the simpler freebsd driver can save a lot of confusion.

Day 2 ( June 21 )

Pushed ring init code to iret. I also started working on the tg3_transmit() function. This didn't result in much code, as luckily more code than expected could be removed from the linux driver.

Day 3 ( June 22 )

Pushed the tg3_transmit() code to iret. Today I tested the open and transmit code. My test machine locks up or reboots after open() is called(sometimes), and I was trying to find the cause of this bug. I'm probably messing up some pointer and/or DMA addresses, but haven't found out which one yet.

Day 4 ( June 23 )

I continued debugging the crash/reboot issue today. Unfortunately I don't have any equipment for a serial console in my apartment in Vienna, and I can't make out the text before the machine reboots on any of my test machines. I have to insert code to deliberately freeze/hang the machine after every line of debugging output and test gPXE, which makes this a slow and tedious task. Unfortunately I haven't found the bug so far.

Day 5 ( June 24 )

After an exam today I finally got home where I could test gPXE with a serial console. This made debugging a lot easier, and I located the bug to be an uninitialized field in the private driver structure( tp→dma_rwctrl). I started porting the function to initialize this field. Hopefully we won't discover much more bugs.


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code soc:2011:meteger:journal:week5 (generated for current page)