| plan 9 kernel history: overview | file list | diff list |
1990/0911/power/trap.c (diff list | history)
| 1990/0907/sys/src/9/power/trap.c:197,203 – 1990/0911/sys/src/9/power/trap.c:197,203 (short | long | prev | next) | ||
| 1990/0227 | if(cause & INTR5){ if(!(*MPBERR1 & (1<<8))){ | |
| 1990/0907 |
| |
| 1990/0911 | print("MP bus error %lux %lux\n", *MPBERR0, *MPBERR1); | |
| 1990/0227 | *MPBERR0 = 0; i = *SBEADDR; } | |
| 1990/0907/sys/src/9/power/trap.c:235,243 – 1990/0911/sys/src/9/power/trap.c:235,241 | ||
| 1990/0907 | *MPBERR0, *MPBERR1); *MPBERR0 = 0; } | |
| 1990/0911 | if(ioid < IO3R1){ | |
| 1990/0907 | if(!(v & (1<<2))) lanceintr(); if(!(v & (1<<1))) | |
| 1990/0907/sys/src/9/power/trap.c:244,258 – 1990/0911/sys/src/9/power/trap.c:242,254 | ||
| 1990/0907 | lanceparity(); if(!(v & (1<<0))) print("SCSI interrupt\n"); | |
| 1990/0911 | } else { | |
| 1990/0907 | if(v & (1<<2)) | |
| 1990/0911 | lanceintr(); | |
| 1990/0907 | if(v & (1<<1)) print("SCSI 1 interrupt\n"); if(v & (1<<0)) print("SCSI 0 interrupt\n"); | |
| 1990/0227 | } /* | |