====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2011:meteger:journal:week2 [2011/06/02 14:28] meteger |
soc:2011:meteger:journal:week2 [2011/06/05 07:48] (current) meteger |
||
---|---|---|---|
Line 21: | Line 21: | ||
I tested this commit on all 4 card variants and also used a more thorough test to expose any bugs that might have been introduced in this or any previous commit. I couldn't find any issues which is starting to make me suspicious :P. | I tested this commit on all 4 card variants and also used a more thorough test to expose any bugs that might have been introduced in this or any previous commit. I couldn't find any issues which is starting to make me suspicious :P. | ||
With the (unpushed) removal of the firmware loading support we have removed over 3500 LoC so far. Hopefully many more will follow soon :) | With the (unpushed) removal of the firmware loading support we have removed over 3500 LoC so far. Hopefully many more will follow soon :) | ||
+ | |||
+ | ====== Day 5 ( June 3 ) ====== | ||
+ | |||
+ | Today I started importing the driver code into the gPXE tree. I copied and adapted the tg3_init_one() function for gPXE and started doing the same for tg3_get_invariants(). | ||
+ | It doesn't build yet, so I hadn't commited it to git before. I commited it for the weekly meeting and pushed it to my repository now. | ||