| plan 9 kernel history: overview | file list | diff list |
1992/0520/power/io.h (diff list | history)
| 1992/0509/sys/src/9/power/io.h:19,25 – 1992/0520/sys/src/9/power/io.h:19,25 (short | long | prev | next) | ||
| 1990/0227 | typedef struct SBCC SBCC; typedef struct Timer Timer; | |
| 1992/0520 | typedef struct Duartreg Duartreg; | |
| 1990/0227 | struct SBCC { | |
| 1992/0509/sys/src/9/power/io.h:50,56 – 1992/0520/sys/src/9/power/io.h:50,56 | ||
| 1990/0227 | #define CLRTIM0 SYNCBUS(uchar, 0x1100000) #define CLRTIM1 SYNCBUS(uchar, 0x1180000) | |
| 1992/0520 | #define DUARTREG SYNCBUS(Duartreg, 0x1A00000) | |
| 1990/0227 | ||
| 1990/0911 | #define LANCERAM IO2(ushort, 0xE00000) #define LANCEEND IO2(ushort, 0xF00000) | |