Changes between Version 1 and Version 2 of NewDriver


Ignore:
Timestamp:
Oct 7, 2009, 10:59:16 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDriver

    v1 v2  
    8282/* Register offsets */
    8383#define PMTT_TXR 0
    84 #define PMTT_RXR 1
    85 #define PMTT_STR 2
    86 #define PMTT_ITR 3
     84#define PMTT_RXR 4
     85#define PMTT_STR 8
     86#define PMTT_ITR 12
    8787
    8888/* Status register bits */
     
    258258 * buffer the incoming characters even if no request is pending,
    259259 * handle concurrent requests,
     260 * correctly handle the endianness of the memory-mapped registers,
    260261 * correctly lock the device to avoid race-conditions when multiple processors access the same device.