| plan 9 kernel history: overview | file list | diff list |
1990/0707/port/devlance.c (diff list | history)
| 1990/0427/sys/src/9/port/devlance.c:21,27 – 1990/0707/sys/src/9/port/devlance.c:21,27 (short | long | prev | next) | ||
| 1990/0227 | #define RSUCC(x) (((x)+1)%Nrrb) #define TSUCC(x) (((x)+1)%Ntrb) | |
| 1990/03042 |
| |
| 1990/0707 | #define NOW (MACHP(0)->ticks*MS2HZ) | |
| 1990/03042 | ||
| 1990/0227 | /* * Communication with the lance is via a transmit and receive ring of | |
| 1990/0427/sys/src/9/port/devlance.c:580,585 – 1990/0707/sys/src/9/port/devlance.c:580,586 | ||
| 1990/03042 | lancedir[Ntypes].qid = Ltraceqid; lancedir[Ntypes].length = 0; lancedir[Ntypes].perm = 0600; | |
| 1990/0707 | ||
| 1990/0227 | } Chan* | |