| plan 9 kernel history: overview | file list | diff list |
pc/ethersink.c (diff list | history)
| 2002/0217/sys/src/9/pc/ethersink.c:42,47 – 2002/0403/sys/src/9/pc/ethersink.c:42,49 (short | long) | ||
| 2002/0217 | { uchar ea[Eaddrlen]; | |
| 2002/0403 | if(ether->type==nil) return -1; | |
| 2002/0217 | memset(ea, 0, sizeof ea); ether->mbps = 1000; ether->attach = nop; | |
| 2002/0403/sys/src/9/pc/ethersink.c:48,54 – 2003/0301/sys/src/9/pc/ethersink.c:48,54 (short | long) | ||
| 2002/0217 | ether->mbps = 1000; ether->attach = nop; ether->transmit = nop; | |
| 2003/0301 | ether->irq = -1; | |
| 2002/0217 | ether->interrupt = nil; ether->ifstat = nil; ether->ctl = ctl; | |