| plan 9 kernel history: overview | file list | diff list |
1995/0108/pc/devether.c (diff list | history)
| 1994/0713/sys/src/9/pc/devether.c:82,87 – 1995/0108/sys/src/9/pc/devether.c:82,93 (short | long | prev | next) | ||
| 1993/1113 | return netifread(ether[c->dev], c, buf, n, offset); | |
| 1992/0411 | } | |
| 1995/0108 | Block* etherbread(Chan *c, long n, ulong offset) { return devbread(c, n, offset); } | |
| 1992/0424 | void etherremove(Chan *c) { | |
| 1994/0713/sys/src/9/pc/devether.c:151,156 – 1995/0108/sys/src/9/pc/devether.c:157,168 | ||
| 1993/1113 | qunlock(&ctlr->tlock); | |
| 1992/0403 | ||
| 1993/1113 | return n; | |
| 1995/0108 | } long etherbwrite(Chan *c, Block *bp, ulong offset) { return devbwrite(c, bp, offset); | |
| 1992/0403 | } | |
| 1993/1113 | static struct { | |