====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2011:meteger:journal:week1 [2011/05/25 10:21] meteger |
soc:2011:meteger:journal:week1 [2011/05/26 12:01] (current) meteger |
||
---|---|---|---|
Line 19: | Line 19: | ||
* Started removing of checksum-offloading functions. Not yet pushed, as it's unfinished. | * Started removing of checksum-offloading functions. Not yet pushed, as it's unfinished. | ||
* Created new [[http://git.etherboot.org/people/meteger/mytg3/.git/|Driver-only Repository]]. Easier to pull than a full kernel tree. | * Created new [[http://git.etherboot.org/people/meteger/mytg3/.git/|Driver-only Repository]]. Easier to pull than a full kernel tree. | ||
+ | |||
+ | ====== Day 4 ( May 26 ) ====== | ||
+ | |||
+ | * Removed support for DMA addresses > 4GB | ||
+ | * Removed workarounds needed on some variants for DMA addresses > 4GB | ||
+ | * Removed power management functions | ||
+ | * Started removing dependency on kernel's phylib. Luckily I have a card variant that uses the phylib in normal operation. | ||
+ | * Brush up knowledge about memory barriers | ||
+ | |||