| plan 9 kernel history: overview | file list | diff list |
1993/1124/pc/ether8390.c (diff list | history)
| 1993/1120/sys/src/9/pc/ether8390.c:554,565 – 1993/1124/sys/src/9/pc/ether8390.c:554,569 (short | long | prev | next) | ||
| 1993/0212 | } | |
| 1993/1116 | static void | |
| 1993/1124 | interrupt(Ureg *ur, void *arg) | |
| 1993/0212 | { | |
| 1993/1124 | Ether *ether; | |
| 1993/1118 | Dp8390 *dp8390; ulong port; | |
| 1993/0212 | uchar isr, r; | |
| 1992/1222 | ||
| 1993/1124 | USED(ur); ether = arg; | |
| 1993/1118 | dp8390 = ether->private; port = dp8390->dp8390; | |