| plan 9 kernel history: overview | file list | diff list |
1991/0627/port/devscsi.c (diff list | history)
| 1991/0514/sys/src/9/port/devscsi.c:104,110 – 1991/0627/sys/src/9/port/devscsi.c:104,110 (short | long | prev | next) | ||
| 1991/0110 | void scsistat(Chan *c, char *db) { | |
| 1991/0627 | devstat(c, db, 0, 0, scsigeno); | |
| 1991/0110 | } Chan * | |
| 1991/0514/sys/src/9/port/devscsi.c:579,583 – 1991/0627/sys/src/9/port/devscsi.c:579,587 | ||
| 1991/0110 | default: panic("scsi status 0x%2.2ux", status); } | |
| 1991/0627 | kprint("resetting..."); PUT(Own_id, ownid); PUT(Cmd, Reset); break; | |
| 1991/0110 | } } | |