| plan 9 kernel history: overview | file list | diff list |
1994/0107/carrera/devether.c (diff list | history)
| 1994/0107/sys/src/9/carrera/devether.c:570,576 – 1994/0524/sys/src/9/carrera/devether.c:570,579 (short | long | prev | next) | ||
| 1993/0906 | int i; | |
| 1993/1217 | uchar *mem, *base; | |
| 1993/0906 | ||
| 1993/1231 |
| |
| 1994/0524 | /* Put the ethernet buffers in the same place * as the bootrom */ mem = (void*)(KZERO|0x2000); | |
| 1993/1217 | base = mem; | |
| 1993/0906 | mem = CACHELINE(uchar, mem); | |