| plan 9 kernel history: overview | file list | diff list |
1994/0810/pc/ether8003.c (diff list | history)
| 1994/0202/sys/src/9/pc/ether8003.c:94,100 – 1994/0810/sys/src/9/pc/ether8003.c:94,100 (short | long | prev | next) | ||
| 1992/1222 | */ | |
| 1993/1118 | port = ether->port; | |
| 1993/0915 | sum = 0; | |
| 1993/1118 |
| |
| 1994/0810 | for(i = 0; i < sizeof(ea); i++){ | |
| 1994/0128 | ea[i] = inb(port+Lar+i); | |
| 1994/0202 | sum += ea[i]; | |
| 1993/1118 | ic[i] = inb(port+i); | |