| plan 9 kernel history: overview | file list | diff list |
1993/0212/power/trap.c (diff list | history)
| 1993/0211/sys/src/9/power/trap.c:286,293 – 1993/0212/sys/src/9/power/trap.c:286,295 (short | long | prev | next) | ||
| 1992/1209 | cause &= ~INTR5; | |
| 1990/0227 | } | |
| 1993/0211 | if(limit == 0) { | |
| 1993/0212 | LEDON(LED5); | |
| 1993/0211 | print("intr: unable to identify and clear level5\n"); cause &= ~INTR5; | |
| 1993/0212 | LEDOFF(LED5); | |
| 1993/0211 | } | |
| 1992/1128 | ||
| 1992/1129 | if(cause & (INTR2|INTR4)) { | |