| plan 9 kernel history: overview | file list | diff list |
1998/0129/pc/ether8390.c (diff list | history)
| 1997/0418/sys/src/9/pc/ether8390.c:246,252 – 1998/0129/sys/src/9/pc/ether8390.c:246,252 (short | long | prev | next) | ||
| 1997/0327 | void *v; ilock(ctlr); | |
| 1998/0129 | v = _dp8390read(ctlr, to, from, len); | |
| 1997/0327 | iunlock(ctlr); return v; | |