| plan 9 kernel history: overview | file list | diff list |
1990/1110/power/devhotrod.c (diff list | history)
| 1990/1106/sys/src/9/power/devhotrod.c:136,141 – 1990/1110/sys/src/9/power/devhotrod.c:136,142 (short | long | prev | next) | ||
| 1990/1106 | Device *dp; Hotrod *hp; | |
| 1990/1110 | #ifdef asdf | |
| 1990/1106 | /* * Remind hotrod where the print buffer is. The address we store * is the address of the printbuf in VME A32 space. | |
| 1990/1106/sys/src/9/power/devhotrod.c:143,148 – 1990/1110/sys/src/9/power/devhotrod.c:144,150 | ||
| 1990/1106 | hp = &hotrod[c->dev]; dp = hp->addr; dp->mem[256*1024/sizeof(ulong)] = (((ulong)&hp->pbuf) - KZERO) | (SLAVE<<28); | |
| 1990/1110 | #endif | |
| 1990/1106 | ||
| 1990/1013 | if(c->qid == CHDIR){ if(omode != OREAD) | |