| plan 9 kernel history: overview | file list | diff list |
1991/0212/power/main.c (diff list | history)
| 1991/0125/sys/src/9/power/main.c:137,143 – 1991/0212/sys/src/9/power/main.c:137,143 (short | long | prev | next) | ||
| 1990/0826 | ioid = *IOID; | |
| 1990/11161 | if(ioid >= IO3R1) | |
| 1990/0912 |
| |
| 1991/0212 | maxlevel = 8; | |
| 1990/11161 | else | |
| 1990/0912 | maxlevel = 8; | |
| 1990/0911 | ||
| 1991/0125/sys/src/9/power/main.c:177,185 – 1991/0212/sys/src/9/power/main.c:177,185 | ||
| 1990/0227 | SBCCREG->idintenable |= 0x800000; /* allow interrupts from the IO2 */ /* | |
| 1991/0212 | * Enable all interrupts on the IO2. If IO3, run in compatibility mode. | |
| 1990/0227 | */ | |
| 1990/0907 |
| |
| 1991/0212 | *IO2SETMASK = 0xff000000; | |
| 1990/1228 | } | |