Changes between Version 4 and Version 5 of NewDriver


Ignore:
Timestamp:
Oct 8, 2009, 6:39:53 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDriver

    v4 v5  
    273273 * handle concurrent requests,
    274274 * correctly handle the endianness of the memory-mapped registers,
    275  * correctly lock the device to avoid race-conditions when multiple processors access the same device.
     275 * correctly lock the device to avoid race-conditions when multiple processors access the same device,
     276 * handle memory mapping of registers on MMU-enabled platforms.