| plan 9 kernel history: overview | file list | diff list |
1990/03011/port/devlance.c (diff list | history)
| 1990/0227/sys/src/9/port/devlance.c:750,756 – 1990/03011/sys/src/9/port/devlance.c:750,756 (short | long | prev | next) | ||
| 1990/0227 | * See if a queue exists for this packet type. */ p = l.rp[l.rl]; | |
| 1990/03011 | t = (p->type[0]<<8) | p->type[1]; | |
| 1990/0227 | len = m->cntflags - 4; lancedebq("in", p, len); for(e = &l.e[0]; e < &l.e[Ntypes]; e++){ | |