| plan 9 kernel history: overview | file list | diff list |
1990/0731/gnot/devincon.c (diff list | history)
| 1990/0731/sys/src/9/gnot/devincon.c:493,498 – 1990/0802/sys/src/9/gnot/devincon.c:493,500 (short | long | prev | next) | ||
| 1990/0312 | chan = bp->rptr[0] | (bp->rptr[1]<<8); ctl = bp->rptr[2]; bp->rptr += 3; | |
| 1990/0802 | if(chan<=0) print("bad channel %d\n", chan); | |
| 1990/0312 | ||
| 1990/0629 | if(incondebug) print("->(%d)%uo %d\n", chan, ctl, bp->wptr - bp->rptr); | |