Tomas Hruby d75138be00 E1000 - fixed reading/writing device registers
- the pointers must be flagged as volatile because otherwise they
  might be "optimized" by a compiler. It is a common good
  practice to access the registers this way, the keyword is in C
  for a reason.

- for instance, in eeprom_eerd() when polling a register the
  compiler, under certain conditions, may decide upon the first
  read and if it does not break the loop it assumes that the
  value is not going to change and thus stays in an infinite
  loop.
2011-07-08 20:31:21 +02:00
..
2010-10-21 17:07:09 +00:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2010-11-07 23:35:29 +00:00
2011-06-09 16:57:51 +02:00
2011-06-24 17:21:51 +02:00
2011-06-24 17:21:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-09 16:57:51 +02:00
2011-06-24 17:21:51 +02:00