| plan 9 kernel history: overview | file list | diff list |
1990/1013/power/io.h (diff list | history)
| 1990/1013/sys/src/9/power/io.h:81,86 – 1990/1204/sys/src/9/power/io.h:81,87 (short | long | prev | next) | ||
| 1990/0227 | }; #define INTVECREG IO2(INTVEC, 0xF60000) | |
| 1990/1204 | #define NVRAM IO2(uchar, 0xF10000) | |
| 1990/0227 | #define INTPENDREG IO2(uchar, 0xF20000) /* same as LED */ #define IO2CLRMASK IO2(uchar, 0xFE0000) #define IO2SETMASK IO2(uchar, 0xFE8000) | |
| 1990/1013/sys/src/9/power/io.h:87,90 – 1990/1204/sys/src/9/power/io.h:88,93 | ||
| 1990/0227 | #define IO2MASK IO2(ushort, 0xFE8000) #define MPBERR0 IO2(ulong, 0xF48000) #define MPBERR1 IO2(ulong, 0xF4C000) | |
| 1990/1204 | #define RTC (NVRAM+0x3ff8) | |
| 1990/0718 | #define SBEADDR ((ulong *)(UNCACHED|0x1F080000)) | |