| plan 9 kernel history: overview | file list | diff list |
1991/0329/power/devhotrod.c (diff list | history)
| 1991/0328/sys/src/9/power/devhotrod.c:13,18 – 1991/0329/sys/src/9/power/devhotrod.c:13,19 (short | long | prev | next) | ||
| 1991/0306 | /* | |
| 1991/0307 | * If defined, ENABMEMTEST causes memory test to be run at device open | |
| 1991/0306 | */ | |
| 1991/0329 | #define ENABMEMTEST | |
| 1991/0306 | #ifdef ENABMEMTEST | |
| 1991/0303 | void mem(Hot*, ulong*, ulong); | |
| 1991/0307 | #define NTESTBUF 256 | |
| 1991/0328/sys/src/9/power/devhotrod.c:21,27 – 1991/0329/sys/src/9/power/devhotrod.c:22,27 | ||
| 1991/0328 | /* * If defined, ENABBUSTEST causes bus error diagnostic to be run at device open */ | |
| 1991/0303 | /* | |
| 1991/0307 | * If 1, ENABCKSUM causes data transfers to have checksums | |