Changes between Version 4 and Version 5 of NewDriver
- Timestamp:
- Oct 8, 2009, 6:39:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDriver
v4 v5 273 273 * handle concurrent requests, 274 274 * 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.