| plan 9 kernel history: overview | file list | diff list |
1991/0331/power/devhotrod.c (diff list | history)
| 1991/0329/sys/src/9/power/devhotrod.c:13,19 – 1991/0331/sys/src/9/power/devhotrod.c:13,18 (short | long | prev | next) | ||
| 1991/0306 | /* | |
| 1991/0307 | * If defined, ENABMEMTEST causes memory test to be run at device open | |
| 1991/0306 | */ | |
| 1991/0329 |
| |
| 1991/0306 | #ifdef ENABMEMTEST | |
| 1991/0303 | void mem(Hot*, ulong*, ulong); | |
| 1991/0307 | #define NTESTBUF 256 | |
| 1991/0329/sys/src/9/power/devhotrod.c:26,32 – 1991/0331/sys/src/9/power/devhotrod.c:25,31 | ||
| 1991/0303 | /* | |
| 1991/0307 | * If 1, ENABCKSUM causes data transfers to have checksums | |
| 1991/0303 | */ | |
| 1991/0306 |
| |
| 1991/0331 | #define ENABCKSUM 0 | |
| 1991/0303 | ||
| 1990/1013 | typedef struct Hotrod Hotrod; | |