| plan 9 kernel history: overview | file list | diff list |
1991/0109/power/dat.h (diff list | history)
| 1991/0102/sys/src/9/power/dat.h:326,332 – 1991/0109/sys/src/9/power/dat.h:326,332 (short | long | prev | next) | ||
| 1990/0227 | ulong pid; | |
| 1990/0324 | int nchild; QLock wait; /* exiting children to be waited for */ | |
| 1990/0617 |
| |
| 1991/0109 | Waitmsg waitmsg; /* this is large but must be addressable */ | |
| 1990/0227 | Proc *child; Proc *parent; Pgrp *pgrp; | |
| 1991/0102/sys/src/9/power/dat.h:620,625 – 1991/0109/sys/src/9/power/dat.h:620,632 | ||
| 1990/1231 | }; /* | |
| 1991/0109 | * LANCE CSR3 (bus control bits) */ #define BSWP 0x4 #define ACON 0x2 #define BCON 0x1 /* | |
| 1990/1231 | * system dependent lance stuff * filled by lancesetup() */ | |
| 1991/0102/sys/src/9/power/dat.h:631,636 – 1991/0109/sys/src/9/power/dat.h:638,644 | ||
| 1990/1231 | ushort ntrb; /* number of xmit ring buffers */ ushort *rap; /* lance address register */ ushort *rdp; /* lance data register */ | |
| 1991/0109 | ushort busctl; /* bus control bits */ | |
| 1990/1231 | uchar ea[6]; /* our ether addr */ int sep; /* separation between shorts in lance ram as seen by host */ | |