| plan 9 kernel history: overview | file list | diff list |
1990/1013/power/io.h (diff list | history)
| 1990/0911/sys/src/9/power/io.h:1,6 – 1990/1013/sys/src/9/power/io.h:1,7 (short | long | prev | next) | ||
| 1990/0227 | #define UNCACHED 0xA0000000 #define IO2(t,x) ((t *)(UNCACHED|0x17000000|(x))) #define VMEA24SUP(t, x) ((t *)(UNCACHED|0x13000000|(x))) | |
| 1990/1013 | #define VMEA32SUP(t, x) ((t *)(UNCACHED|0x30000000|(x))) | |
| 1990/0227 | #define SYNCBUS(t,x) ((t *)(UNCACHED|0x1E000000|(x))) #define SBSEM SYNCBUS(ulong, 0) #define SBSEMTOP SYNCBUS(ulong, 0x400000) | |