Changes between Version 1 and Version 2 of NewDriver
- Timestamp:
- Oct 7, 2009, 10:59:16 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDriver
v1 v2 82 82 /* Register offsets */ 83 83 #define PMTT_TXR 0 84 #define PMTT_RXR 185 #define PMTT_STR 286 #define PMTT_ITR 384 #define PMTT_RXR 4 85 #define PMTT_STR 8 86 #define PMTT_ITR 12 87 87 88 88 /* Status register bits */ … … 258 258 * buffer the incoming characters even if no request is pending, 259 259 * handle concurrent requests, 260 * correctly handle the endianness of the memory-mapped registers, 260 261 * correctly lock the device to avoid race-conditions when multiple processors access the same device.