| plan 9 kernel history: overview | file list | diff list |
1993/0908/carrera/trap.c (diff list | history)
| 1993/0907/sys/src/9/carrera/trap.c:309,315 – 1993/0908/sys/src/9/carrera/trap.c:309,322 (short | long | prev | next) | ||
| 1993/0904 | } cause &= ~INTR3; } | |
| 1993/0908 | if(cause & INTR2) { iprint("R4030 Interrupt\n"); iprint(" ISR #%lux\n", IO(ulong, R4030Isr)); iprint(" ET #%lux\n", IO(ulong, R4030Et)); iprint(" RFA #%lux\n", IO(ulong, R4030Rfa)); iprint(" MFA #%lux\n", IO(ulong, R4030Mfa)); cause &= ~INTR2; } | |
| 1993/0904 | if(cause & INTR4) { | |
| 1993/0905 | devint = IO(uchar, I386ack); | |
| 1993/0904 | iprint("i386ack=#%lux\n", devint); | |