| plan 9 kernel history: overview | file list | diff list |
1991/0219/power/trap.c (diff list | history)
| 1991/0212/sys/src/9/power/trap.c:179,184 – 1991/0219/sys/src/9/power/trap.c:179,185 (short | long | prev | next) | ||
| 1991/0212 | uchar pend, npend; | |
| 1990/0227 | long v; | |
| 1991/0209 | ulong cause; | |
| 1991/0219 | static int bogies; | |
| 1990/0227 | ||
| 1991/0209 | cause = ur->cause&(INTR5|INTR4|INTR3|INTR2|INTR1); | |
| 1990/0227 | if(cause & (INTR2|INTR4)){ | |
| 1991/0212/sys/src/9/power/trap.c:273,279 – 1991/0219/sys/src/9/power/trap.c:274,280 | ||
| 1990/0227 | /* | |
| 1991/0212 | * if nothing else, assume bus error */ | |
| 1991/0219 | if(!any && bogies++<100){ | |
| 1991/0212 | print("bogus intr lvl 5 pend %lux on %d\n", npend, m->machno); delay(100); } | |